dcterms:temporal leaf node


URI

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

Label

Dataset - temporal coverage

Description

This property refers to a temporal period that the Dataset covers.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcterms:temporal dcterms:PeriodOfTime

Implementation

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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:temporal a owl:ObjectProperty ;
    rdfs:label "Dataset - temporal coverage"@en ;
    dcterms:identifier "dct:temporal" ;
    vann:usageNote "Recommended property. This property refers to a temporal period that the Dataset covers."@en ;
    rdfs:comment "This property refers to a temporal period that the Dataset covers."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-temporal> ;
    rdfs:range dcterms:PeriodOfTime .