aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/lv2core/lv2core.ttl')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index 4b1ad7d..57bb6ae 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -492,6 +492,7 @@ property without changing the Plugin URI.
lv2:Designation
a rdfs:Class ,
owl:Class ;
+ rdfs:subClassOf rdf:Property ;
rdfs:label "Designation" ;
lv2:documentation """
<p>The designation (or <q>assignment</q>) of an input or output. A designation
@@ -531,7 +532,8 @@ lv2:designation
a rdf:Property ,
owl:ObjectProperty ,
owl:FunctionalProperty ;
- rdfs:range lv2:Designation ;
+ rdfs:range lv2:Designation ,
+ rdf:Property ;
rdfs:label "designation" ;
lv2:documentation """
<p>Indicates a channel or parameter designation.</p>