Skip to content

Commit

Permalink
WIP - Dataset ID prefix config #6
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Jun 27, 2024
1 parent b082f4e commit e42157e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions matching-ws/src/main/resources/datasets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"key": "53147",
"gbifKey": "d7dddbf4-2cf0-4f39-9b2a-bb099caae36c",
"title": "GBIF Backbone Taxonomy"
},
{
"key": "53131",
"gbifKey": "19491596-35ae-4a91-9a98-85cf505f1bd3",
"title": "IUCN"
},
{
"key": "2006",
"gbifKey": "046bbc50-cae2-47ff-aa43-729fbf53f7c5",
"title": "IPNI",
"prefix": "urn:lsid:ipni.org:names:",
"prefixMapping": [
"https://www.ipni.org/n/"
]
},
{
"key": "2011",
"gbifKey": "2d59e5db-57ad-41ff-97d6-11f5fb264527",
"title": "WoRMS",
"prefix": "urn:lsid:ipni.org:names:",
"prefixMapping": [
"http://marinespecies.org/data.php?id=",
"https://www.marinespecies.org/aphia.php?p=taxdetails&id="
]
},
{
"key": "7888",
"gbifKey": "dbaa27eb-29e7-4cbb-8eab-3f689cfce116",
"title": "UK Species Inventory",
"prefix": "NBN"
}
]

0 comments on commit e42157e

Please sign in to comment.