Hi there,
I have multiple ontologies that import one other, all in local files. These ontologies load perfectly using get_ontology.load() and I can access all the parts of the ontologies.
However, when I call sync_reasoner, I get the following issue:
Could not load imported ontology: <
http://www.semanticweb.org/functional-system-ontology> Cause: Connection refused: connect
I am unsure why it is trying to connect to the URL, given that .load() finds the local files. What am I missing here? Any help will be appreciated.
Thank you so much, this is an awesome tool!