Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#504)
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 <matentzn@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and matentzn committed Mar 22, 2024
1 parent 828a743 commit 12a740f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,20 @@
"https://www.ebi.ac.uk/ols/ontologies/fbcv/terms?iri=http://purl.obolibrary.org/obo/FBcv_"
]
},
{
"prefix": "GALLONT",
"prefix_synonyms": [
"gallont"
],
"uri_prefix": "http://purl.obolibrary.org/obo/GALLONT_",
"uri_prefix_synonyms": [
"http://bioregistry.io/GALLONT:",
"http://bioregistry.io/gallont:",
"https://bioregistry.io/GALLONT:",
"https://bioregistry.io/gallont:",
"https://purl.obolibrary.org/obo/GALLONT_"
]
},
{
"pattern": "^\\d{8}$",
"prefix": "GAZ",
Expand Down Expand Up @@ -8044,6 +8058,16 @@
"https://n2t.net/biocatalogue.service:"
]
},
{
"pattern": "^\\d+$",
"prefix": "biocompute",
"uri_prefix": "https://biocomputeobject.org/BCO_",
"uri_prefix_synonyms": [
"http://biocomputeobject.org/BCO_",
"http://bioregistry.io/biocompute:",
"https://bioregistry.io/biocompute:"
]
},
{
"pattern": "^[A-Z-0-9]+(\\:)?[A-Za-z0-9+_.%-:]+$",
"prefix": "biocyc",
Expand Down Expand Up @@ -19707,6 +19731,16 @@
"https://data.ohdsi.org/concept/"
]
},
{
"pattern": "^\\d+$",
"prefix": "omx.dataset",
"uri_prefix": "https://data.oncomx.org/OMX_",
"uri_prefix_synonyms": [
"http://bioregistry.io/omx.dataset:",
"http://data.oncomx.org/OMX_",
"https://bioregistry.io/omx.dataset:"
]
},
{
"prefix": "oncotree",
"uri_prefix": "http://oncotree.mskcc.org/api/tumorTypes/search/code/",
Expand Down

0 comments on commit 12a740f

Please sign in to comment.