From 770af26981ef5734806d81794aca29baa258107e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Apr 2015 01:00:44 -0400 Subject: Clean up external vocabularies. When these are shown in a UI, it was an awful mess. This strips a lot of junk that is useless in an LV2 context, and cleans up the labels to have a consistent style. --- schemas.lv2/rdfs.ttl | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'schemas.lv2/rdfs.ttl') diff --git a/schemas.lv2/rdfs.ttl b/schemas.lv2/rdfs.ttl index e269860..078d7c8 100644 --- a/schemas.lv2/rdfs.ttl +++ b/schemas.lv2/rdfs.ttl @@ -1,10 +1,10 @@ @prefix rdf: . @prefix rdfs: . @prefix owl: . -@prefix dc: . +@prefix dct: . - dc:title "The RDF Schema vocabulary (RDFS)" ; + dct:title "The RDF Schema vocabulary (RDFS)" ; a owl:Ontology ; rdfs:seeAlso . @@ -24,10 +24,9 @@ rdfs:Container rdfs:ContainerMembershipProperty a rdfs:Class ; - rdfs:comment """The class of container membership properties, rdf:_1, rdf:_2, ..., - all of which are sub-properties of 'member'.""" ; + rdfs:comment "The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'." ; rdfs:isDefinedBy ; - rdfs:label "ContainerMembershipProperty" ; + rdfs:label "Container Membership Property" ; rdfs:subClassOf rdf:Property . rdfs:Datatype @@ -71,7 +70,7 @@ rdfs:isDefinedBy rdfs:comment "The defininition of the subject resource." ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy ; - rdfs:label "isDefinedBy" ; + rdfs:label "is defined by" ; rdfs:range rdfs:Resource ; rdfs:subPropertyOf rdfs:seeAlso . @@ -104,7 +103,7 @@ rdfs:seeAlso rdfs:comment "Further information about the subject resource." ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy ; - rdfs:label "seeAlso" ; + rdfs:label "see also" ; rdfs:range rdfs:Resource . rdfs:subClassOf @@ -112,7 +111,7 @@ rdfs:subClassOf rdfs:comment "The subject is a subclass of a class." ; rdfs:domain rdfs:Class ; rdfs:isDefinedBy ; - rdfs:label "subClassOf" ; + rdfs:label "sub-class of" ; rdfs:range rdfs:Class . rdfs:subPropertyOf @@ -120,6 +119,6 @@ rdfs:subPropertyOf rdfs:comment "The subject is a subproperty of a property." ; rdfs:domain rdf:Property ; rdfs:isDefinedBy ; - rdfs:label "subPropertyOf" ; + rdfs:label "sub-property of" ; rdfs:range rdf:Property . -- cgit v1.2.1