Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#547)
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 Jul 4, 2024
1 parent e0dfcb3 commit 42458e7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4732,6 +4732,32 @@
"https://www.ebi.ac.uk/ols/ontologies/omiabis/terms?iri=http://purl.obolibrary.org/obo/OMIABIS_"
]
},
{
"pattern": "^\\d+$",
"prefix": "OMIMPS",
"prefix_synonyms": [
"MIMPS",
"PS",
"mim.ps",
"omim.ps"
],
"uri_prefix": "https://omim.org/MIM:PS",
"uri_prefix_synonyms": [
"http://bioregistry.io/MIMPS:",
"http://bioregistry.io/OMIMPS:",
"http://bioregistry.io/PS:",
"http://bioregistry.io/mim.ps:",
"http://bioregistry.io/omim.ps:",
"http://omim.org/MIM:PS",
"http://omim.org/phenotypicSeries/PS",
"https://bioregistry.io/MIMPS:",
"https://bioregistry.io/OMIMPS:",
"https://bioregistry.io/PS:",
"https://bioregistry.io/mim.ps:",
"https://bioregistry.io/omim.ps:",
"https://omim.org/phenotypicSeries/PS"
]
},
{
"pattern": "^\\d{7}$",
"prefix": "OMIT",
Expand Down Expand Up @@ -19902,32 +19928,6 @@
"https://www.omim.org/entry/"
]
},
{
"pattern": "^\\d+$",
"prefix": "omim.ps",
"prefix_synonyms": [
"MIMPS",
"OMIMPS",
"PS",
"mim.ps"
],
"uri_prefix": "https://omim.org/MIM:PS",
"uri_prefix_synonyms": [
"http://bioregistry.io/MIMPS:",
"http://bioregistry.io/OMIMPS:",
"http://bioregistry.io/PS:",
"http://bioregistry.io/mim.ps:",
"http://bioregistry.io/omim.ps:",
"http://omim.org/MIM:PS",
"http://omim.org/phenotypicSeries/PS",
"https://bioregistry.io/MIMPS:",
"https://bioregistry.io/OMIMPS:",
"https://bioregistry.io/PS:",
"https://bioregistry.io/mim.ps:",
"https://bioregistry.io/omim.ps:",
"https://omim.org/phenotypicSeries/PS"
]
},
{
"pattern": "^\\d+$",
"prefix": "omop",
Expand Down

0 comments on commit 42458e7

Please sign in to comment.