diff options
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/ingen.lv2/ingen.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 3f0e16f1..b8bf38f0 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -72,6 +72,12 @@ ingen:sprungLayout rdfs:label "sprung layout" ; rdfs:comment """Whether or not the graph has a "sprung" force-directed layout.""" . +ingen:loadedBundle + a rdf:Property , + owl:ObjectProperty ; + rdfs:label "loaded bundle" ; + rdfs:comment "Whether or not a bundle is loaded into Ingen." . + ingen:value a rdf:Property , owl:DatatypeProperty ; |