query-cd89745e5bf1da65ca15ae2eb6af10cf

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 "[AUTO_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 c9(["#91;AUTO_LANGUAGE#93;,id,en"]):::literal c4(["wd:Q252"]):::iri 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