Skip to content
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

Ensure URI generation is referencing new go_context.jsonld #4

Closed
dustine32 opened this issue May 10, 2018 · 1 comment
Closed

Ensure URI generation is referencing new go_context.jsonld #4

dustine32 opened this issue May 10, 2018 · 1 comment

Comments

@dustine32
Copy link
Collaborator

This can be done relatively easily by calling uri() on the ontobio writer (TurtleRdfWriter). Recent ontobio update points to this new JSONLD. There may still be a few rdflib.term.URIRef() calls that explicitly set prefix (possibly incorrectly).

For context:
geneontology/go-site#617
biolink/ontobio#167

@dustine32
Copy link
Collaborator Author

This was fixed in #9 . The expand_uri_wrapper() method now used points to go_context.jsonld for prefixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant