diff options
author | David Robillard <d@drobilla.net> | 2015-04-01 00:01:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-01 00:01:20 -0400 |
commit | 064f226c8eb1503a9b7899ee6575196a0983b795 (patch) | |
tree | b65fd5ed07ff9b432b962b2ef46a972065f35425 /schemas/dcam.ttl | |
parent | ca1877705386fc2f2a4b0ebecb0adba8c793dcbf (diff) | |
download | lv2-064f226c8eb1503a9b7899ee6575196a0983b795.tar.xz |
Install schema bundle for host/utility support.
Diffstat (limited to 'schemas/dcam.ttl')
-rw-r--r-- | schemas/dcam.ttl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/schemas/dcam.ttl b/schemas/dcam.ttl deleted file mode 100644 index 6ef5a5e..0000000 --- a/schemas/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/> . - |