-
Notifications
You must be signed in to change notification settings - Fork 47
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
Replace all uses of DCE with DC and add violation check #692
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are now getting to see how useful qc profile centralisation would be. @StroemPhi
Ready to merge after conflict resolution |
@matentzn merge/conflict resolution is done. Next steps:
|
PR here: https://github.com/INCATools/ontology-development-kit/tree/master/template/src/sparql
It always is: https://github.com/oborel/obo-relations/pull/692/checks#step:4:26 |
This is a follow-up to oborel/obo-relations#692
* Add SPARQL to find uses of deprecated DC This is a follow-up to oborel/obo-relations#692 * remove misplaced sparql query * add `dc-properties` custom sparql check * update file name * filter on terms using ontology namespaces --------- Co-authored-by: Anita Caron <anitacaron@users.noreply.github.com> Co-authored-by: Anita Caron <anitac@ebi.ac.uk> Co-authored-by: Nico Matentzoglu <nicolas.matentzoglu@gmail.com>
Closes #691
This PR does the following:
DCE
withDC
DCE
prefix from the definitions and clean up corresponding declarationsDCE
When you run
sh run.sh make sparql_test
, there should be no errors.