Hi,
I tried to add additional annotations on top of some existing annotations by using Owlready2, like I want to add Axiom (shown as below) as additional information attached to those existing annotations, hasDbXref highlighted below, I can't find solutions from your documentation, please advise how to do it? Thanks a lot
<owl:Class rdf:about="#ABC:0000003">
<rdfs:label rdf:datatype="
http://www.w3.org/2001/XMLSchema#string">ABC</rdfs:label>
<oboI:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DEF</oboI:hasDbXref>
<oboI:hasDbXref rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EFG</oboI:hasDbXref>
</owl:Class>
<owl:Axiom> <owl:annotatedSource rdf:resource="#ABC:0000003"/>
<owl:annotatedProperty rdf:resource="
http://www.geneontology.org/formats/oboInOwl#hasDbXref"/> <owl:annotatedTarget rdf:datatype="
http://www.w3.org/2001/XMLSchema#string">DEF</oboInOwl:source>
<oboInOwl:source rdf:datatype="
http://www.w3.org/2001/XMLSchema#string">equivalentTo</oboInOwl:source>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="#ABC:0000003"/>
<owl:annotatedProperty rdf:resource="
http://www.geneontology.org/formats/oboInOwl#hasDbXref"/> <owl:annotatedTarget rdf:datatype="
http://www.w3.org/2001/XMLSchema#string">EFG</owl:annotatedTarget>
<oboInOwl:source rdf:datatype="
http://www.w3.org/2001/XMLSchema#string">equivalentTo</oboInOwl:source>
</owl:Axiom>