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/rdf.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'schemas.lv2/rdf.ttl') diff --git a/schemas.lv2/rdf.ttl b/schemas.lv2/rdf.ttl index b3a2d69..a4dd8ef 100644 --- a/schemas.lv2/rdf.ttl +++ b/schemas.lv2/rdf.ttl @@ -1,11 +1,11 @@ @prefix rdf: . @prefix rdfs: . @prefix owl: . -@prefix dc: . +@prefix dct: . - dc:description "This is the RDF Schema for the RDF vocabulary defined in the RDF namespace." ; - dc:title "The RDF Vocabulary (RDF)" ; + dct:description "This is the RDF Schema for the RDF vocabulary defined in the RDF namespace." ; + dct:title "The RDF Vocabulary (RDF)" ; a owl:Ontology ; rdfs:seeAlso . @@ -34,7 +34,7 @@ rdf:PlainLiteral a rdfs:Datatype ; rdfs:comment "The class of plain (i.e. untyped) literal values." ; rdfs:isDefinedBy ; - rdfs:label "PlainLiteral" ; + rdfs:label "Plain Literal" ; rdfs:subClassOf rdfs:Literal . rdf:Property @@ -62,7 +62,7 @@ rdf:XMLLiteral a rdfs:Datatype ; rdfs:comment "The class of XML literal values." ; rdfs:isDefinedBy ; - rdfs:label "XMLLiteral" ; + rdfs:label "XML Literal" ; rdfs:subClassOf rdfs:Literal . rdf:first -- cgit v1.2.1