From 3e602acac1f8077cd6995215ee003af716241a0b Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
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')

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>
-- 
cgit v1.2.1