add regional & universal field for ref:linz:place_id (#781)

This commit is contained in:
Kyℓe Hensel 2023-02-14 06:56:49 +13:00 committed by GitHub
parent f5b5c9ab1d
commit bfa57ab319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"key": "ref:linz:place_id",
"type": "identifier",
"label": "NZGB Place ID",
"urlFormat": "http://gazetteer.linz.govt.nz/place/{value}",
"pattern": "^[0-9;]{1,}$",
"universal": true,
"locationSet": {
"include": [
"nz",
"aq"
]
},
"terms": [
"NZ",
"LINZ",
"Land Information New Zealand",
"Toitū Te Whenua",
"NZGB",
"New Zealand Geographic Board",
"Ngā Pou Taunaha o Aotearoa"
]
}