group = "Traceability" name = "Find Class Property" prefix = ''' PREFIX dtf: PREFIX owl: PREFIX rdf: PREFIX xsd: PREFIX rdfs: PREFIX dc: PREFIX vim4: PREFIX swrl: PREFIX dart: PREFIX dftg: PREFIX acyclic: PREFIX base: PREFIX file: PREFIX ftg: PREFIX traces: PREFIX shaclproperty: PREFIX system: PREFIX violation: PREFIX code: PREFIX component: PREFIX csas: PREFIX dict: PREFIX drawio: PREFIX object_diagram: PREFIX pm: PREFIX requirement: PREFIX richtext: PREFIX script: PREFIX tabular: PREFIX text: PREFIX traceability_model: PREFIX xopp: PREFIX federation: ''' query = ''' SELECT DISTINCT ?class WHERE { ?subject {{ class }} ?o . ?subject a ?class . } ''' description = "Find all the classes using a property." visual_support = true [[replacements]] placeholder = "class" suggestion = "ftg:hasName" description = "Which property do the classes need to have?"