@prefix ns: . @prefix xsd: . @prefix bibo: . @prefix rdfs: . @prefix owl: . @prefix terms: . bibo:annotates rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:subPropertyOf terms:relation ; rdfs:label "annotates"@en ; ns:term_status "stable" ; rdfs:domain bibo:Note ; rdfs:comment "Critical or explanatory note for a Document."@en ; rdfs:range rdfs:Resource ; a owl:ObjectProperty .