@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://purl.org/dc/dcam/> dcterms:title "Metadata terms related to the DCMI Abstract Model"@en ;
	dcterms:publisher <http://purl.org/dc/aboutdcmi#DCMI> ;
	dcterms:modified "2012-06-14"^^<http://www.w3.org/2001/XMLSchema#date> .

dcam:memberOf rdfs:label "Member Of"@en ;
	rdfs:comment "A relationship between a resource and a vocabulary encoding scheme which indicates that the resource is a member of a set."@en ;
	rdfs:isDefinedBy <http://purl.org/dc/dcam/> ;
	dcterms:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
	dcterms:modified "2010-10-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
	a rdf:Property ;
	dcterms:hasVersion <http://dublincore.org/usage/terms/history/#memberOf-002> ;
	rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> ;
	rdfs:range dcam:VocabularyEncodingScheme .

dcam:VocabularyEncodingScheme a rdfs:Class ;
	rdfs:label "Vocabulary Encoding Scheme"@en ;
	rdfs:comment "An enumerated set of resources."@en ;
	rdfs:isDefinedBy <http://purl.org/dc/dcam/> ;
	dcterms:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
	dcterms:hasVersion <http://dublincore.org/usage/terms/history/#VocabularyEncodingScheme-001> ;
	rdfs:seeAlso <http://dublincore.org/documents/2007/06/04/abstract-model/> .
