mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-06 06:53:53 +02:00
add regional & universal field for ref:linz:place_id (#781)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user