Add fixture snapshots for all 40 sample locations

This commit is contained in:
Edward Betts 2026-04-19 14:07:54 +01:00
parent 7790d10f08
commit b430411b7e
40 changed files with 117860 additions and 0 deletions

31
tests/fixtures/sample_32.json vendored Normal file
View file

@ -0,0 +1,31 @@
{
"lat": 55.7644,
"lon": -4.177,
"name": "East Kilbride",
"wdqs": {
"SELECT ?item ?itemLabel ?commonsSiteLink ?commonsCat WHERE {\n ?item wdt:P528 \"277\" .\n ?item wdt:P31 wd:Q5124673 .\n OPTIONAL { ?commonsSiteLink schema:about ?item ;\n schema:isPartOf <https://commons.wikimedia.org/> }\n OPTIONAL { ?item wdt:P373 ?commonsCat }\n SERVICE wikibase:label { bd:serviceParam wikibase:language \"[AUTO_LANGUAGE],en\". }\n}": [
{
"item": {
"type": "uri",
"value": "http://www.wikidata.org/entity/Q68826060"
},
"commonsSiteLink": {
"type": "uri",
"value": "https://commons.wikimedia.org/wiki/Category:East_Kilbride_(civil_parish)"
},
"commonsCat": {
"type": "literal",
"value": "East Kilbride (civil parish)"
},
"itemLabel": {
"xml:lang": "en",
"type": "literal",
"value": "East Kilbride"
}
}
]
},
"api": {},
"expected_wikidata": "Q68826060",
"expected_commons_cat": "East Kilbride (civil parish)"
}