Skip to content

Commit

Permalink
Update HBA and DHBA URI formats (#1192)
Browse files Browse the repository at this point in the history
* Update DHBA URI format

* Update HBA URI format

* Add back bioregistry static as a provider
  • Loading branch information
bgyori authored Oct 5, 2024
1 parent c583dcc commit 025b409
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -26152,7 +26152,16 @@
"name": "Developing Human Brain Atlas",
"pattern": "^\\d+$",
"preferred_prefix": "DHBA",
"uri_format": "https://biopragmatics.github.io/providers/dhba/$1"
"providers": [
{
"code": "biopragmatics",
"description": "A static site generated for the DHBA resource",
"homepage": "https://biopragmatics.github.io/providers",
"name": "Biopragmatics Browser",
"uri_format": "https://biopragmatics.github.io/providers/dhba/$1"
}
],
"uri_format": "https://purl.brain-bican.org/ontology/dhbao/DHBA_$1"
},
"dialnet.article": {
"contributor": {
Expand Down Expand Up @@ -48788,7 +48797,16 @@
"name": "Human Brain Atlas",
"pattern": "^\\d+$",
"preferred_prefix": "HBA",
"uri_format": "https://biopragmatics.github.io/providers/hba/$1"
"providers": [
{
"code": "biopragmatics",
"description": "A static site generated for the HBA resource",
"homepage": "https://biopragmatics.github.io/providers",
"name": "Biopragmatics Browser",
"uri_format": "https://biopragmatics.github.io/providers/hba/$1"
}
],
"uri_format": "https://purl.brain-bican.org/ontology/hbao/HBA_$1"
},
"hbvar": {
"mappings": {
Expand Down

0 comments on commit 025b409

Please sign in to comment.