瀏覽代碼

Fix class finding query template

Arkadiusz Ryś 2 年之前
父節點
當前提交
ceaf2392be
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      data/palette/find_class_property.toml

+ 4 - 4
data/palette/find_class_property.toml

@@ -29,10 +29,10 @@ SELECT DISTINCT ?class WHERE {
   ?subject a ?class .
 }
 '''
-description = "Find all the properties for a class."
+description = "Find all the classes using a property."
 visual_support = true
 
 [[replacements]]
-placeholder = "class"
-suggestion  = "base:ArtifactType"
-description = "For which class do you want to find properties?"
+placeholder = "Property"
+suggestion  = "base:hasName"
+description = "Which property do the classes need to have?"