mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add ref:edubase for schools, etc in the UK (#1000)
This commit is contained in:
parent
b4c340f80c
commit
82fbd37b88
4 changed files with 19 additions and 0 deletions
16
data/fields/ref/edubase-GB.json
Normal file
16
data/fields/ref/edubase-GB.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "ref:edubase",
|
||||
"type": "identifier",
|
||||
"label": "Department for Education Reference",
|
||||
"urlFormat": "https://get-information-schools.service.gov.uk/Establishments/Establishment/Details/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"Edubase Reference",
|
||||
"DfE URN"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue