We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
could it be that http://aber-owl.net/media/ontologies/MS/194/ms.owl is not OWL-compliant or am I doing something wrong?
from owlready2 import get_ontology
onto = get_ontology('ms.owl').load()
gives
TypeError: 'http://purl.obolibrary.org/obo/NCIT_C16847' belongs to more than one entity types (cannot be both a property and a class/an individual)!
I did not have the same problem with http://aber-owl.net/media/ontologies/MS/188/ms.owl but did not try everything in between.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
could it be that http://aber-owl.net/media/ontologies/MS/194/ms.owl is not OWL-compliant or am I doing something wrong?
from owlready2 import get_ontology
onto = get_ontology('ms.owl').load()
gives
TypeError: 'http://purl.obolibrary.org/obo/NCIT_C16847' belongs to more than one entity types (cannot be both a property and a class/an individual)!
I did not have the same problem with http://aber-owl.net/media/ontologies/MS/188/ms.owl but did not try everything in between.
Thank you
The text was updated successfully, but these errors were encountered: