http://purl.org/dc/terms/hasVersion
This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset | dcterms:hasVersion | 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:hasVersion a owl:ObjectProperty ;
rdfs:label "Dataset - has Version"@en ;
dcterms:identifier "dct:hasVersion" ;
vann:usageNote "Optional property.This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset."@en ;
rdfs:comment "This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset."@en ;
rdfs:domain dcat:Dataset ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-hasVersion> .