aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/dcam.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-05 01:00:44 -0400
committerDavid Robillard <d@drobilla.net>2015-04-05 02:31:12 -0400
commit770af26981ef5734806d81794aca29baa258107e (patch)
treeb84f4fcaf208e9f8c61736505d97f1e8d57a05f1 /schemas.lv2/dcam.ttl
parent37ba349ca906a03463d1cc56ec046646ccfa6aeb (diff)
downloadlv2-770af26981ef5734806d81794aca29baa258107e.tar.xz
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.
Diffstat (limited to 'schemas.lv2/dcam.ttl')
-rw-r--r--schemas.lv2/dcam.ttl31
1 files changed, 0 insertions, 31 deletions
diff --git a/schemas.lv2/dcam.ttl b/schemas.lv2/dcam.ttl
deleted file mode 100644
index 6ef5a5e..0000000
--- a/schemas.lv2/dcam.ttl
+++ /dev/null
@@ -1,31 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
-@prefix dcam: <http://purl.org/dc/dcam/> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-
-<http://purl.org/dc/dcam/>
- dcterms:modified "2010-10-11" ;
- dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ;
- dcterms:title "Metadata terms related to the DCMI Abstract Model"@en-us .
-
-dcam:VocabularyEncodingScheme
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#VocabularyEncodingScheme-001> ;
- dcterms:issued "2008-01-14" ;
- a rdfs:Class ;
- rdfs:comment "An enumerated set of resources."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/dcam/> ;
- rdfs:label "Vocabulary Encoding Scheme"@en-us ;
- rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> .
-
-dcam:memberOf
- dcterms:hasVersion <http://dublincore.org/usage/terms/history/#memberOf-002> ;
- dcterms:issued "2008-01-14" ;
- dcterms:modified "2010-10-11" ;
- a rdf:Property ;
- rdfs:comment "A relationship between a resource and a vocabulary encoding scheme which indicates that the resource is a member of a set."@en-us ;
- rdfs:isDefinedBy <http://purl.org/dc/dcam/> ;
- rdfs:label "Member Of"@en-us ;
- rdfs:range dcam:VocabularyEncodingScheme ;
- rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> .
-