-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add QC check for COB alignment #779
Comments
The ontology needs to import COB first, right? |
Related to: OBOFoundry/COB#66 I think a thought should be made where such a check should live. Even a simple python library like. CobTest.complies('cl.owl') or some such may be in scope for this task. We need to think about how to best deliver cob - do we require people to import it (like BFO) or do we deploy it as an independent test? Both are possible. @cmungall has written some integration tests - I think the easiest way to think of it conceptually is:
A trivial, not really beautiful, way of doing this would something like this:
(From @ehartley, a totally unrelated project). This query is probably a good way to start, but a python toolkit would be a good second evolution. |
Superseded by #1175, which does not involve SPARQL. |
Add sparql query
cob-alignment
to ODK, which checks that allclasses
using the ontology BASE namespaces are subsumed under COB. This is a very important issue to push forward.The text was updated successfully, but these errors were encountered: