-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix ontology term URIs #22
Comments
@kltm I'm making an assumption that the URIs we see in the Noctua-generated models are what we want to see. e.g. http://www.wormbase.org/db/gene/gene?name=WBGene00004055 for a worm gene class (assuming in neo). Thats correct right, we can't just use identifiers.org e.g. @dustine32 currently has |
I'm not sure if this has happened; tagging @cmungall |
Based on what is coming out of noctua (prod) not noctua-dev, the identifiers.org pattern seems correct for the gene products, e.g. http://identifiers.org/mgi/MGI:108078 . But, definitely need to use the purls for ontology classes and relations. |
Commit 7577d7d hooks up the ontobio URI expander, which uses go_context.jsonld. This appears to fix the gene product (e.g. http://identifiers.org/mgi/MGI:2444777), ontology class (e.g. http://purl.obolibrary.org/obo/GO_0045132), and relation (e.g. http://purl.obolibrary.org/obo/BFO_0000050). |
GO terms used in exported ttl
use an identifier.org uri like http://identifiers.org/GO:0000302
they should always be using purls like
http://purl.obolibrary.org/obo/GO_0000302
The text was updated successfully, but these errors were encountered: