query-de0742b53d4aa8fa70342fb9fe6faae6
Chief Ministers of Odisha SELECT DISTINCT ?item ?itemLabel ?start ?end ?replaces ?replacesLabel ?replaced_by ?replaced_byLabel WHERE { ?item p:P39 ?term. ?term ps:P39 wd:Q39271481. OPTIONAL { ?term pq:P580 ?start. } OPTIONAL { ?term pq:P582 ?end. } OPTIONAL { ?term pq:P1365 ?replaces. } OPTIONAL { ?term pq:P1366 ?replaced_by. } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY DESC(?start)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Chief Ministers of Odisha
SELECT DISTINCT ?item ?itemLabel ?start ?end ?replaces ?replacesLabel ?replaced_by ?replaced_byLabel WHERE {
?item p:P39 ?term.
?term ps:P39 wd:Q39271481.
OPTIONAL { ?term pq:P580 ?start. }
OPTIONAL { ?term pq:P582 ?end. }
OPTIONAL { ?term pq:P1365 ?replaces. }
OPTIONAL { ?term pq:P1366 ?replaced_by. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?start)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?end"):::projected
v2("?item"):::projected
v6("?replaced_by"):::projected
v5("?replaces"):::projected
v1("?start"):::projected
v3("?term")
c9(["bd:serviceParam"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c3(["wd:Q39271481"]):::iri
v2 --"p:P39"--> v3
v3 --"p:statement/P39"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P580".-> v1
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P582".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P1365".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P1366".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end