http://purl.org/vocab/vann/usageNote
A reference to a resource that provides information on how this resource is to be used.
@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 .