dcterms:provenance leaf node


URI

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

Label

Dataset - provenance

Description

This property contains a statement about the lineage of a Dataset.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcterms:provenance owl:Thing (inferred)

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:provenance a owl:ObjectProperty ;
    rdfs:label "Dataset - provenance"@en ;
    dcterms:identifier "dct:provenance" ;
    vann:usageNote "Optional property. This property contains a statement about the lineage of a Dataset."@en ;
    rdfs:comment "This property contains a statement about the lineage of a Dataset."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-provenance> .