diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 22:00:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 22:00:59 +0000 |
commit | 3e602acac1f8077cd6995215ee003af716241a0b (patch) | |
tree | 6dd084820a450867580a523e1b471794a9087dad /lv2 | |
parent | 9ce16630546365fb6c0d783427a48281075377a2 (diff) | |
download | lv2-3e602acac1f8077cd6995215ee003af716241a0b.tar.xz |
Tidy.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 7bc2d6b..1bfea99 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -419,15 +419,15 @@ meaningful and can be used more intelligently by the host.</p> """ . lv2:Channel a rdfs:Class , owl:Class ; - rdfs:label "Channel" ; rdfs:subClassOf lv2:Designation ; + rdfs:label "Channel" ; lv2:documentation """ <p>A specific channel of audio, e.g. <q>left</q> or <q>right</q>.</p> """ . lv2:Parameter a rdfs:Class , owl:Class ; rdfs:subClassOf lv2:Designation ; - #owl:equivalentClass rdf:Property ; + rdfs:label "Parameter" ; lv2:documentation """ <p>A parameter, i.e. a recognized property. A parameter is a designation for a control.</p> @@ -487,9 +487,6 @@ frames).</p> lv2:Point a rdfs:Class , owl:Class ; rdfs:label "Port value point" ; - # Unfortunately, it is illegal to specify restrictions on rdfs:label or - # rdf:value. If the migration can be handled gracefully, it would be - # good to switch to more appropriate predicates here for validators. lv2:documentation """ <p>A Point describes an interesting value in a Port's range (much like a labeled <q>notch</q> on a physical knob).</p> |