mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 08:39:40 +02:00
Add fhrs:id field (#987)
Applicable presets copied from QA tool https://github.com/gregrs-uk/fhodot/blob/5a1faabe5ab719c755bc9bda4403864f832b4fa9/import/osm/imposm_mapping.yml#L17
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "fhrs:id",
|
||||
"type": "identifier",
|
||||
"label": "FHRS ID",
|
||||
"urlFormat": "https://ratings.food.gov.uk/business/en-GB/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"Food Hygiene Rating Scheme",
|
||||
"Food Hygiene Rating System",
|
||||
"Food Standards Agency"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user