ontology-tools / py-horned-owl

A library for Web Ontology Language in Python created using a bridge from horned-owl to python using PyO3.
https://ontology-tools.github.io/py-horned-owl/
GNU Lesser General Public License v3.0
13 stars 6 forks source link

AxiomAnnotations not included #10

Closed cmungall closed 10 months ago

cmungall commented 1 year ago

It looks like axiom annotations are not included.

it would be good to decide in advance how this should be stored with the current pseudo-lisp datastructures. Functional syntax and owlx place annotations as the first argument which is IMHO weird and may be particularly hard to work with using the current untyped structures.

I think the best options are:

cmungall commented 10 months ago

Fixed by #15