mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 14:44:54 +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"
|
||||
]
|
||||
}
|
||||
@@ -3684,6 +3684,11 @@ en:
|
||||
ref/isil:
|
||||
# ref:isil=*
|
||||
label: ISIL Code
|
||||
ref/linz/place_id-NZ:
|
||||
# ref:linz:place_id=*
|
||||
label: NZGB Place ID
|
||||
# 'terms: nz,linz,land information new zealand,toitū te whenua,nzgb,new zealand geographic board,ngā pou taunaha o aotearoa'
|
||||
terms: '[translate with synonyms or related terms for ''NZGB Place ID'', separated by commas]'
|
||||
ref/vatin:
|
||||
# ref:vatin=*
|
||||
label: VAT ID Number
|
||||
|
||||
Reference in New Issue
Block a user