adms:versionNotes leaf node


URI

http://www.w3.org/ns/adms#versionNotes

Label

Dataset - version notes

Description

This property contains a description of the differences between this version and a previous version of the Dataset.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset adms:versionNotes owl:Thing (inferred)

Implementation

@prefix adms: <http://www.w3.org/ns/adms#> .
@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/> .

adms:versionNotes a owl:DatatypeProperty ;
    rdfs:label "Dataset - version notes"@en ;
    dcterms:identifier "adms:versionNotes" ;
    vann:usageNote "Optional property. This property contains a description of the differences between this version and a previous version of the Dataset."@en ;
    rdfs:comment "This property contains a description of the differences between this version and a previous version of the Dataset."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <https://www.w3.org/TR/vocab-adms/#adms-versionnotes> .