diff options
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/> . - |