@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcam:VocabularyEncodingScheme a rdfs:Class ;
rdfs:label "Vocabulary Encoding Scheme"@en ;
dcterms:issued "2008-01-14"^^xsd:date ;
rdfs:comment "An enumerated set of resources."@en ;
rdfs:isDefinedBy dcam: ;
rdfs:seeAlso <https://www.dublincore.org/specifications/dublin-core/2007/06/04/abstract-model/> .