vann:usageNote leaf node


URI

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

Label

Usage Note

Description

A reference to a resource that provides information on how this resource is to be used.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) vann:usageNote 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:usageNote a owl:AnnotationProperty ;
    rdfs:label "Usage Note"@en ;
    rdfs:comment "A reference to a resource that provides information on how this resource is to be used."@en ;
    rdfs:isDefinedBy vann: ;
    rdfs:subPropertyOf rdfs:seeAlso .