Template:Russia district OSM map/sandbox

From English Wikipedia @ Freddythechick


<mapframe latitude="52" longitude="-110" zoom="3" width="500" height="500" text="Governors of US states with their party affiliation"> {

 "type": "ExternalData",
 "service": "geoshape",
 "query": "

SELECT ?id

 (if(?id = wd:, '#C12838', '#07c63e') as ?fill)
 (if(BOUND(?link),
     concat('', ?idLabel, ''),
     ?idLabel)
  as ?title)

WHERE {

 { ?id p:P31/ps:P31/wdt:P279* wd:Q2198484 .
 hint:Prior hint:gearing 'forward' 

}

 UNION
 { ?id p:P31/ps:P31/wdt:P279* wd:Q13626398 . 
 hint:Prior hint:gearing 'forward' 

}

 UNION
 { ?id p:P31/ps:P31/wdt:P279* wd:Q4057820 . 
 hint:Prior hint:gearing 'forward' 

}

 ?id p:P131 ?locst .
 ?locst ps:P131/wdt:P131* wd:Q5400.
 hint:Prior hint:gearing 'forward' 
 MINUS { ?locst pq:P582 [] }
 SERVICE wikibase:label {
   bd:serviceParam wikibase:language 'en' .
   ?id rdfs:label ?idLabel .
 }
 OPTIONAL {?link schema:about ?id .
 ?link schema:isPartOf <https://en.wikipedia.org/> . }

} GROUP BY ?id ?link ?idLabel "} </mapframe>