How to access <owl:Axiom>?
Posted by
fsutter on
URL: http://owlready.306.s1.nabble.com/How-to-access-owl-Axiom-tp3406.html
Hi,
Sorry for my rookie question: my classes have <owl:Axiom> sections.
A typical ex:
<owl:Axiom>
<owl:annotatedSource rdf:resource="
http://xxxxxxx/ID1"/> <owl:annotatedProperty rdf:resource="
http://XXXXXXX/core#CONCEPT_hasMapping"/> <owl:annotatedTarget rdf:resource="
http://id.nlm.nih.gov/mesh/D016584"/> <dcterm:source>IDMESH</dcterm:source>
<rdfs:label>Panic Disorder</rdfs:label>
</owl:Axiom>
I haven't found how to access and modify their content.
Many thanks in advance and kind regards,
fsutter