User:Cmglee/kartographer wikidata

From Wikipedia, the free encyclopedia
Map
Governors of US states with their party affiliation
#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