Skip to content

Commit

Permalink
Add URI format for uniprot.core (#1114)
Browse files Browse the repository at this point in the history
This PR adds a URI pattern for `uniprot.core` (which already exists as a
prefix in Bioregistry but so far had no URI defined).
Related to #1113
  • Loading branch information
bgyori authored May 12, 2024
1 parent f7c9451 commit 3015eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -112144,7 +112144,8 @@
},
"mappings": {
"lov": "uniprot"
}
},
"uri_format": "http://purl.uniprot.org/core/$1"
},
"uniprot.disease": {
"biolink": {
Expand Down

0 comments on commit 3015eab

Please sign in to comment.