owl:versionInfo leaf node


URI

http://www.w3.org/2002/07/owl#versionInfo

Label

Dataset - version

Description

This property contains a version number or other version designation of the Dataset.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset owl:versionInfo 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/> .

owl:versionInfo a owl:AnnotationProperty ;
    rdfs:label "Dataset - version"@en ;
    dcterms:identifier "owl:versionInfo" ;
    vann:usageNote "Optional property. This property contains a version number or other version designation of the Dataset."@en ;
    rdfs:comment "This property contains a version number or other version designation of the Dataset."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy owl: .