From 3e602acac1f8077cd6995215ee003af716241a0b Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Thu, 12 Apr 2012 22:00:59 +0000
Subject: Tidy.
---
lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
(limited to 'lv2/lv2plug.in/ns/lv2core')
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.
""" .
lv2:Channel a rdfs:Class , owl:Class ;
- rdfs:label "Channel" ;
rdfs:subClassOf lv2:Designation ;
+ rdfs:label "Channel" ;
lv2:documentation """
A specific channel of audio, e.g. left
or right
.
""" .
lv2:Parameter a rdfs:Class , owl:Class ;
rdfs:subClassOf lv2:Designation ;
- #owl:equivalentClass rdf:Property ;
+ rdfs:label "Parameter" ;
lv2:documentation """
A parameter, i.e. a recognized property. A parameter is a designation for a
control.
@@ -487,9 +487,6 @@ frames).
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 """
A Point describes an interesting value in a Port's range (much like a labeled
notch
on a physical knob).
--
cgit v1.2.1