First off: thanks!! This is an incredible package. Just discovered it this weekend, very excited.
I have read the documentation twice, and have looked through most of the Q&A, but I'm missing something fairly fundamental. (for context, I'm pretty deep on owl itself, kind of a hack in python, so my newbieness will be more on the python side)
I have a set of ontologies, available on the web and also in a directory.
The lowest level ontology, which just imports a bunch more ontologies is available here
https://ontologies.semanticarts.com/o/gistCore9.0.0and Protege can find it and suck in all the imports.
I haven't figured out how to get the owlready import mechanism to work.
So I tried just looping through the directory on my local disk, but the load() seems to overwrite what was there before. Either way would be ok for my purposes here.
Again, thanks for creating this.