query-0d48d576e05afe119584b2ce23e58a05

rq turtle/ttl

Point In Time (P585) ⟩9 June 2024⟨  (P585)point in time  ⟩  (Q117661656)2024 Bulgarian parliamentary election ⟨   ⟩2 April 2023⟨  (P585)point in time  ⟩  (Q115632229)2023 Bulgarian parliamentary election ⟨  Query for all parliamentary elections in Bulgaria ordered by point in time:

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#>
select ?x ?xLabel ?pointInTime {
  ?x wdt:P31 wd:Q22275982 ;
     wdt:P585 ?pointInTime .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en". }
}
ORDER BY ?pointInTime

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?pointInTime"):::projected v2("?x"):::projected c5(["bd:serviceParam"]):::iri c7(["bg,en"]):::literal c2(["wd:Q22275982"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P585"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end