diff options
Diffstat (limited to 'schemas.lv2/dcam.ttl')
-rw-r--r-- | schemas.lv2/dcam.ttl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/schemas.lv2/dcam.ttl b/schemas.lv2/dcam.ttl new file mode 100644 index 0000000..6ef5a5e --- /dev/null +++ b/schemas.lv2/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/> . + |