first commit

This commit is contained in:
2024-08-04 21:09:59 +08:00
commit 85d65d596a
2711 changed files with 540473 additions and 0 deletions

View 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"
]
}

View 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"
]
}

View File

@@ -0,0 +1,5 @@
{
"key": "ref:isil",
"type": "text",
"label": "ISIL Code"
}

View File

@@ -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"
]
}

View File

@@ -0,0 +1,63 @@
{
"key": "ref:vatin",
"type": "identifier",
"label": "VAT ID Number",
"locationSet": {
"exclude": [
"ai",
"ao",
"bm",
"bn",
"bt",
"cu",
"dj",
"er",
"fk",
"fm",
"gg",
"gi",
"gs",
"hk",
"io",
"iq",
"ki",
"km",
"kp",
"kw",
"ky",
"lr",
"ly",
"mh",
"mm",
"mo",
"ms",
"mv",
"nr",
"om",
"pn",
"pw",
"qa",
"sb",
"sh",
"sm",
"so",
"sr",
"ss",
"st",
"sy",
"sz",
"tc",
"tl",
"tv",
"us",
"va",
"vg",
"xk",
"ye"
]
},
"terms": [
"value added tax identification number",
"vatin"
]
}