skos:note leaf node


URI

http://www.w3.org/2008/05/skos#note

Label

skos:note

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) skos:note owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .

skos:note a owl:AnnotationProperty ;
    rdfs:label "skos:note"@en ;
    rdfs:isDefinedBy skos: .