owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

owl-axioms should not need to be wrapped in `Ontology(...)` #145

Open cmungall opened 9 months ago

cmungall commented 9 months ago

The intent of this was to have a simple way of having one function syntax axiom per line. Currently the owlapi parser expects the syntax to be Ontology, not Axiom. Should it?

The current behavior also brings up unspecified behavior - e.g what happens if the ontology header or IRI does not match?