Skip to content

Commit bfa57ab

Browse files
authored
add regional & universal field for ref:linz:place_id (#781)
1 parent f5b5c9a commit bfa57ab

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"key": "ref:linz:place_id",
3+
"type": "identifier",
4+
"label": "NZGB Place ID",
5+
"urlFormat": "http://gazetteer.linz.govt.nz/place/{value}",
6+
"pattern": "^[0-9;]{1,}$",
7+
"universal": true,
8+
"locationSet": {
9+
"include": [
10+
"nz",
11+
"aq"
12+
]
13+
},
14+
"terms": [
15+
"NZ",
16+
"LINZ",
17+
"Land Information New Zealand",
18+
"Toitū Te Whenua",
19+
"NZGB",
20+
"New Zealand Geographic Board",
21+
"Ngā Pou Taunaha o Aotearoa"
22+
]
23+
}

interim/source_strings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3684,6 +3684,11 @@ en:
36843684
ref/isil:
36853685
# ref:isil=*
36863686
label: ISIL Code
3687+
ref/linz/place_id-NZ:
3688+
# ref:linz:place_id=*
3689+
label: NZGB Place ID
3690+
# 'terms: nz,linz,land information new zealand,toitū te whenua,nzgb,new zealand geographic board,ngā pou taunaha o aotearoa'
3691+
terms: '[translate with synonyms or related terms for ''NZGB Place ID'', separated by commas]'
36873692
ref/vatin:
36883693
# ref:vatin=*
36893694
label: VAT ID Number

0 commit comments

Comments
 (0)