@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@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#> .

dcterms:DCMIType a dcam:VocabularyEncodingScheme ;
    rdfs:label "DCMI Type Vocabulary"@en ;
    dcterms:issued "2000-07-11"^^xsd:date ;
    rdfs:comment "The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource."@en ;
    rdfs:isDefinedBy dcterms: ;
    rdfs:seeAlso dcmitype: .