http://purl.org/dc/terms/provenance
This property contains a statement about the lineage of a Dataset.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset | dcterms:provenance | owl:Thing (inferred) |
@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> .