@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://jsonapi.org/format/1.1/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:type a rdf:Property ;
rdfs:label "Resource type"@en,
"Type"@en ;
dcterms:description "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the property Format."@en ;
dcterms:issued "2008-01-14"^^xsd:date ;
rdfs:comment "The nature or genre of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dc:type ;
ns1:document-member-names "resourceNature"@en .