query-44025011f92e7fe7b1f142180a24fcf4

rq turtle/ttl

Indonesian Legislative Election

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Timeline
SELECT ?pemilu ?pemiluLabel ?waktu
WHERE {
  ?pemilu wdt:P31 wd:Q24567296;
          wdt:P17 wd:Q252;
          wdt:P585 ?waktu.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "id,en". }
}
ORDER BY ASC(?waktu)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?pemilu"):::projected v1("?waktu"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q24567296"]):::iri c4(["wd:Q252"]):::iri c9(["id,en"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P17"--> c4 v2 --"wdt:P585"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end