-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
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
Multiple definitions failure is too strict? #752
Comments
It might be that this is too strict in real life applications, however this is part of the OBO specs so it needs OBO experts to weigh in. @cmungall what do you think? |
This can be switched off with I followed up on your ticket here: Both owltools and robot now have commands to pass in an override to strict mode on the command line. I'll follow up with @pbuttigieg to fix ENVO as this shouldn't be happening. Regardless of the format used, we should have a single text definition. This can be violated either by accident or by superimposing different versions of the same ontology through stale imports. Previously the only check we have against this was the obo conversion, but in the next release of robot we'll have sparql checks so that people get this QC regardless of conversion. |
This requires the changes in ontodev/robot#64 which is not in the latest release yet For discussion see owlcs/owlapi#752
Thanks, I switched to robot in my makefiles (not everywhere yet though). |
I was trying to import some terms from ENVO using the ontology-starter-kit.
Owltools fail converting that to OBO. (see the issue I submitted for owltools) : owlcollab/owltools#248
In ENVO, IAO and BFO, terms have multiple IAO_0000115 (definition), one being annotated as being an axiom.
So my question here is: Is OWLAPI too strict here?
The text was updated successfully, but these errors were encountered: