summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/ingen.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/ingen.lv2/ingen.ttl')
-rw-r--r--bundles/ingen.lv2/ingen.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl
index 42055471..e3a06bf5 100644
--- a/bundles/ingen.lv2/ingen.ttl
+++ b/bundles/ingen.lv2/ingen.ttl
@@ -80,6 +80,15 @@ of the Graph's children, and :polyphonic specifies whether the graph is
seen as polyphonic to the Graph's parent.
""" .
+ingen:sprungLayout
+ a owl:DatatypeProperty ;
+ rdfs:domain ingen:Graph ;
+ rdfs:range xsd:boolean ;
+ rdfs:label "sprung layout" ;
+ rdfs:comment """
+Whether or not the graph has a "sprung" force-directed layout.
+""" .
+
ingen:value
a owl:DatatypeProperty ;
rdfs:domain lv2:Port ;