diff options
author | David Robillard <d@drobilla.net> | 2012-04-07 00:07:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-07 00:07:08 +0000 |
commit | 7d2236d2c5319bd56ccb62f2b49c6967b159314a (patch) | |
tree | 84c2626fd75cf720d88bedc108e237e5be22731f /schemas/dcam.ttl | |
parent | 0432b34f1524d8932d3d2fc3dd83b7a4b1384233 (diff) | |
download | lv2-7d2236d2c5319bd56ccb62f2b49c6967b159314a.tar.xz |
Add external schemas to repository.
Diffstat (limited to 'schemas/dcam.ttl')
-rw-r--r-- | schemas/dcam.ttl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/schemas/dcam.ttl b/schemas/dcam.ttl new file mode 100644 index 0000000..6ef5a5e --- /dev/null +++ b/schemas/dcam.ttl @@ -0,0 +1,31 @@ +@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/> . + |