Re: Catch-22 on Imported Classes?
Posted by
Jiba on
URL: http://owlready.306.s1.nabble.com/Catch-22-on-Imported-Classes-tp1798p1813.html
Hi,
I think you guessed it right. The difficulty is that, contrary to Python module, and ontology X may define entities in a namespace Y, for example the ontology
http://test.org/X.owl may define the class
http://test.org/Y.owl/Class. This requires more complex structure/syntax to achieve in Python.
Jiba