Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#495)
Browse files Browse the repository at this point in the history
This pull request updates sssom extended prefix map (epm). Make sure you
run make tests manually.

Co-authored-by: matentzn <[email protected]>
  • Loading branch information
github-actions[bot] and matentzn authored Feb 5, 2024
1 parent d63376e commit d44267b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6530,13 +6530,15 @@
"pattern": "^WB[A-Z][a-z]+\\d+$",
"prefix": "WormBase",
"prefix_synonyms": [
"WB",
"WB_REF",
"wb",
"wormbase"
],
"uri_prefix": "https://www.wormbase.org/get?name=",
"uri_prefix_synonyms": [
"http://bio2rdf.org/wormbase:",
"http://bioregistry.io/WB:",
"http://bioregistry.io/WB_REF:",
"http://bioregistry.io/WormBase:",
"http://bioregistry.io/wb:",
Expand All @@ -6549,6 +6551,7 @@
"http://www.wormbase.org/get?name=",
"http://www.wormbase.org/species/c_elegans/gene/",
"https://bio2rdf.org/wormbase:",
"https://bioregistry.io/WB:",
"https://bioregistry.io/WB_REF:",
"https://bioregistry.io/WormBase:",
"https://bioregistry.io/wb:",
Expand Down Expand Up @@ -11015,6 +11018,15 @@
"https://n2t.net/dip:"
]
},
{
"prefix": "discoverx",
"uri_prefix": "https://www.discoverx.com/?post_type=product&s=",
"uri_prefix_synonyms": [
"http://bioregistry.io/discoverx:",
"http://www.discoverx.com/?post_type=product&s=",
"https://bioregistry.io/discoverx:"
]
},
{
"pattern": "^\\d{7}$",
"prefix": "diseaseclass",
Expand Down

0 comments on commit d44267b

Please sign in to comment.