@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . dc:type dct:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en ; dct:hasVersion ns0:type-006 ; dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:NamedIndividual ; rdfs:comment "The nature or genre of the resource."@en ; rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ; rdfs:label "Type"@en ; skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/). See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dc:type
    dct:description "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."@en ;
    dct:hasVersion ns0:type-006 ;
    dct:issued "1999-07-02"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:NamedIndividual ;
    rdfs:comment "The nature or genre of the resource."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Type"@en ;
    skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (http://purl.org/dc/terms/).  See the Introduction to the document \"DCMI Metadata Terms\" (http://dublincore.org/documents/dcmi-terms/) for an explanation."@en .