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
Given "rename GO:1 from 'foo' to 'bar'"
"rename GO:1 from 'foo' to 'bar'"
the parser returns
{ "id": "CHANGE:001", "old_value": "'foo'", "new_value": "'bar'", "about_node": "GO:1", "about_node_representation": "curie", "@type": "NodeRename" }
The quoted value is itself quoted
The text was updated successfully, but these errors were encountered:
https://github.com/INCATools/kgcl-rdflib/issues/43
8ccad9e
bioregistry
parse
No branches or pull requests
Given
"rename GO:1 from 'foo' to 'bar'"
the parser returns
The quoted value is itself quoted
The text was updated successfully, but these errors were encountered: