mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add French SIRET number tag on shops (#576)
This commit is contained in:
parent
d85fb42cc7
commit
abe59b253d
30 changed files with 46 additions and 1 deletions
16
data/fields/ref/FR/siret-FR.json
Normal file
16
data/fields/ref/FR/siret-FR.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "ref:FR:SIRET",
|
||||
"type": "identifier",
|
||||
"label": "SIRET Number",
|
||||
"urlFormat": "https://annuaire-entreprises.data.gouv.fr/etablissement/{value}",
|
||||
"pattern": "^[0-9]{9}([1-7][0-9]{3}|0[1-9][0-9]{2}|00[1-9][0-9]|000[1-9])[0-9]$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"fr"
|
||||
]
|
||||
},
|
||||
"terms": [
|
||||
"French company identification number",
|
||||
"SIRET"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue