Skip to content

Commit

Permalink
Update SSSOM Extended Prefix Map (#521)
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 authored Apr 16, 2024
1 parent f3d61d0 commit b58d07f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sssom/obo.epm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2218,10 +2218,12 @@
"http://bio2rdf.org/fbdv:",
"http://bioregistry.io/FBdv:",
"http://bioregistry.io/fbdv:",
"http://flybase.org/cgi-bin/fbcvq.html?query=FBdv:",
"http://www.ebi.ac.uk/ols/ontologies/fbdv/terms?iri=http://purl.obolibrary.org/obo/FBdv_",
"https://bio2rdf.org/fbdv:",
"https://bioregistry.io/FBdv:",
"https://bioregistry.io/fbdv:",
"https://flybase.org/cgi-bin/fbcvq.html?query=FBdv:",
"https://purl.obolibrary.org/obo/FBdv_",
"https://www.ebi.ac.uk/ols/ontologies/fbdv/terms?iri=http://purl.obolibrary.org/obo/FBdv_"
]
Expand Down Expand Up @@ -22180,29 +22182,34 @@
"prefix": "reactome",
"prefix_synonyms": [
"RE",
"REACT"
"REACT",
"reactome.pathway"
],
"uri_prefix": "https://reactome.org/content/detail/",
"uri_prefix_synonyms": [
"http://apps.pathwaycommons.org/pathways?uri=http%3A%2F%2Fidentifiers.org%2Freactome%2F",
"http://bio2rdf.org/reactome:",
"http://bioregistry.io/RE:",
"http://bioregistry.io/REACT:",
"http://bioregistry.io/reactome.pathway:",
"http://bioregistry.io/reactome:",
"http://identifiers.org/reactome/",
"http://identifiers.org/reactome:",
"http://n2t.net/reactome:",
"http://reactome.org/PathwayBrowser/#/",
"http://reactome.org/content/detail/",
"http://www.reactome.org/cgi-bin/eventbrowser_st_id?FROM_REACTOME=1&ST_ID=",
"http://www.reactome.org/content/detail/",
"https://apps.pathwaycommons.org/pathways?uri=http%3A%2F%2Fidentifiers.org%2Freactome%2F",
"https://bio2rdf.org/reactome:",
"https://bioregistry.io/RE:",
"https://bioregistry.io/REACT:",
"https://bioregistry.io/reactome.pathway:",
"https://bioregistry.io/reactome:",
"https://identifiers.org/reactome/",
"https://identifiers.org/reactome:",
"https://n2t.net/reactome:",
"https://reactome.org/PathwayBrowser/#/",
"https://www.reactome.org/cgi-bin/eventbrowser_st_id?FROM_REACTOME=1&ST_ID=",
"https://www.reactome.org/content/detail/"
]
Expand Down

0 comments on commit b58d07f

Please sign in to comment.