query-ab90cc680f55228dc3e46ddbcb409564

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item
WHERE
{
  ?municipality_elections wdt:P279 wd:Q92282921 .
  ?election wdt:P31 ?municipality_elections .
  ?election wdt:P710 ?item .
  ?item wdt:P31 wd:Q5 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?election") v3("?item"):::projected v1("?municipality_elections") c2(["wd:Q92282921"]):::iri c5(["wd:Q5"]):::iri v1 --"wdt:P279"--> c2 v2 --"wdt:P31"--> v1 v2 --"wdt:P710"--> v3 v3 --"wdt:P31"--> c5