You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OntologyManager().load_ontology() should work as SyncOntologyManager().load_ontology
Traceback (most recent call last):
File "/home/cdemir/Desktop/Softwares/owlapy/asd.py", line 24, in <module>
o2=OntologyManager().load_ontology(path="demo.owl")
File "/home/cdemir/Desktop/Softwares/owlapy/owlapy/owl_ontology_manager.py", line 94, in load_ontology
path_iri = IRI.create(path)
File "/home/cdemir/Desktop/Softwares/owlapy/owlapy/iri.py", line 62, in create
assert "/" in iri, "Input must contain /"
AssertionError: Input must contain /
The text was updated successfully, but these errors were encountered:
OntologyManager().load_ontology() should work as SyncOntologyManager().load_ontology
The text was updated successfully, but these errors were encountered: