@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> . rdfs:comment a owl:AnnotationProperty ; rdfs:isDefinedBy "http://www.w3.org/2000/01/rdf-schema#" ; rdfs:label "comment" ; rdfs:subPropertyOf skos:definition ; ns0:usageNote "IDO includes a number of rdfs:comment annotations. Clarify how to reconcile this with the IOF Annotation Property Guide V2.2, which states that \"comment MUST NOT be used\"." .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> .

rdfs:comment
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy "http://www.w3.org/2000/01/rdf-schema#" ;
    rdfs:label "comment" ;
    rdfs:subPropertyOf skos:definition ;
    ns0:usageNote "IDO includes a number of rdfs:comment annotations. Clarify how to reconcile this with the IOF Annotation Property Guide V2.2, which states that \"comment MUST NOT be used\"." .