http://www.w3.org/2008/05/skos#note
@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: .