dcterms:hasVersion leaf node


URI

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

Label

Dataset - has Version

Description

This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcterms:hasVersion 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: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> .