-
Notifications
You must be signed in to change notification settings - Fork 74
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
uniprot prefixes in prefixmap seem to be a bit random and not uniprot purls #1220
Comments
Thanks @JervenBolleman - Biolink imports prefix maps from a variety of sources, one of which currently is prefixcommons, which establishes the UniProt expansion I'm working towards incorporating prefixmaps prefix maps into the It would be ideal if we could change the expansion upstream in one of these sources, but if we can't we can certainly add an exception in Biolink as we've done with other cases. :) |
Tagging @cmungall . I'm assuming we use this metadata; wouldn't a change in identifier have consequences for what is already in play? |
@kltm I suspect not, considering it has in the past already had a uniprot purl and a uniprot www address expansion :) They still represents the same thing. |
Let's make an exception in biolink for now and solve this in prefixmaps - prefixmaps is designed specifically to allow for different contexts for different purposes. Note that to make an override in biolink the correct place to do this is in biolink-model.yaml - any PRs on the generated jsonld context like 5ddb324 will be overridden as this is generated from the yaml plus upstream sources |
Add purl.uniprot.org/uniprot for UniProtKB entries and http://purl.uniprot.org/isoforms/ for UniProtKB isoforms
#1220 Add UniProt purl's for UniProt entries + Isoforms
closing as completed - for now we will put in exceptions in biolink, fixing later upstream in prefixmaps. |
e.g.
in the context.jsonld
these should be
"UniProtKB": "http://purl.uniprot.org/uniprot/",
and
"UNIPROT.ISOFORM": "http://purl.uniprot.org/isoforms/",
This was fixed in part in 5ddb324
but got overwritten by something.
The text was updated successfully, but these errors were encountered: