@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdf:Property rdfs:label "Property" . rdfs:label rdfs:label "label" . rdfs:isDefinedBy rdfs:label "isDefinedBy" . @prefix owl: . owl:AnnotationProperty rdfs:label "AnnotationProperty" . rdfs:subPropertyOf rdfs:label "subPropertyOf" . @prefix skos: . skos:definition rdfs:label "definition"@en . skos:note rdfs:label "note"@en . skos:scopeNote rdf:type rdf:Property , owl:AnnotationProperty ; rdfs:label "scope note"@en . @prefix ns4: . skos:scopeNote rdfs:isDefinedBy ns4:core ; rdfs:subPropertyOf skos:note ; skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en .