dcterms:type leaf node


URI

http://purl.org/dc/terms/type

Label

Dataset - type

Description

This property refers to the type of the Dataset. NOTE: A controlled vocabulary for the values has not been established.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:type owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

dcterms:type a owl:DatatypeProperty ;
    rdfs:label "Dataset - type "@en ;
    dcterms:identifier "dct:type" ;
    vann:usageNote "Optional property. This property refers to the type of the Dataset. NOTE: A controlled vocabulary for the values has not been established."@en ;
    rdfs:comment "This property refers to the type of the Dataset. NOTE: A controlled vocabulary for the values has not been established."@en ;
    rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-type> .