vann:changes leaf node


URI

http://purl.org/vocab/vann/changes

Label

Changes

Description

A reference to a resource that describes changes between this version of a vocabulary and the previous.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) vann:changes owl:Thing (inferred)

Implementation

@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/> .

vann:changes a owl:AnnotationProperty ;
    rdfs:label "Changes"@en ;
    rdfs:comment "A reference to a resource that describes changes between this version of a vocabulary and the previous."@en ;
    rdfs:isDefinedBy vann: ;
    rdfs:subPropertyOf rdfs:seeAlso .