query-366656a5695683bed0b292d1420534b7
Data Gamer
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?participant
WHERE
{
?municipality_elections wdt:P279 wd:Q92282921 .
?election wdt:P31 ?municipality_elections .
?election wdt:P710 ?participant .
?participant wdt:P31 wd:Q5 .
}
Query found at
- https://www.wikidata.org/wiki/User:Data_Gamer/Queries
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2020/07
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?election")
v1("?municipality_elections")
v3("?participant"):::projected
c2(["wd:Q92282921"]):::iri
c5(["wd:Q5"]):::iri
v1 --"wdt:P279"--> c2
v2 --"wdt:P31"--> v1
v2 --"wdt:P710"--> v3
v3 --"wdt:P31"--> c5