Kaynağa Gözat

Fix class finding query template

Arkadiusz Ryś 2 yıl önce
ebeveyn
işleme
ceaf2392be
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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?"