User:Cmglee/kartographer wikidata
Appearance
#defaultView:Map{"layer":"?countryLabel"}
#defaultView:Map{"markercluster": {"maxClusterRadius": 30}}
SELECT ?s ?sLabel ?coord ?countryLabel ?pic
WHERE
{
?s wdt:P41 ?pic ;
wdt:P625 ?coord ;
wdt:P17 wd:Q34 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
LIMIT 1000