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
KGCL is a proposed standard for representing changes to ontologies. See:
https://github.com/INCATools/kgcl
There are currently bindings for this and rdflib:
https://github.com/INCATools/kgcl-rdflib
It would be great to have pronto bindings - meaning people could just send a KGCL file to an obo file and have it update
Understandable if you don't want the dependency in this repo; it brings in rdflib and others...
options:
I am going with 3 for now but happy to have them anywhere
The text was updated successfully, but these errors were encountered:
Adding some preliminary KGCL bindings.
39a7a09
These may move to another package - see althonos/pronto#180
Adding KGCL support via kgcl-rdflib (#164)
3420110
* Adding bindings for kgcl-rdflib * recognizing ofn suffix and rdflib prefix * Adding some preliminary KGCL bindings. These may move to another package - see althonos/pronto#180 * fixing signature * adding skos definition * Adding an apply command for applying KGCL patches Adding a KGCL diff Rationalizing other commands * kgcl * diffs * lint * poetry update * plac8 flake8 * plac8 flake8 * plac8 flake8
No branches or pull requests
KGCL is a proposed standard for representing changes to ontologies. See:
https://github.com/INCATools/kgcl
There are currently bindings for this and rdflib:
https://github.com/INCATools/kgcl-rdflib
It would be great to have pronto bindings - meaning people could just send a KGCL file to an obo file and have it update
Understandable if you don't want the dependency in this repo; it brings in rdflib and others...
options:
I am going with 3 for now but happy to have them anywhere
The text was updated successfully, but these errors were encountered: