group = "Individuals"
name = "Find Properties"
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 ?property WHERE {
?at a {{ class }} .
?at ?property ?value .
}
'''
description = "Find all possible properties of an individual."
visual_support = true
[[replacements]]
placeholder = "class"
suggestion = "ftg:Formalism"
description = "What class of individual are you looking for?"