query-c68a4ee2db057a8b81a43290820470f5
Created by User:Gnoeee
Chief Ministers of Kerala
SELECT ?item ?itemLabel ?start ?end WHERE { ?item p:P39 ?statement. ?statement ps:P39 :b1. :b1 (wdt:P279*) wd:Q26218416. OPTIONAL { ?statement pq:P580 ?start. } OPTIONAL { ?statement pq:P582 ?end. } SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ASC(?start)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
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#>
# Created by User:Gnoeee
#Chief Ministers of Kerala
SELECT ?item ?itemLabel ?start ?end WHERE {
?item p:P39 ?statement.
?statement ps:P39 _:b1.
_:b1 (wdt:P279*) wd:Q26218416.
OPTIONAL { ?statement pq:P580 ?start. }
OPTIONAL { ?statement pq:P582 ?end. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ASC(?start)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?end"):::projected
v2("?item"):::projected
v1("?start"):::projected
v3("?statement")
a1((" "))
c8(["bd:serviceParam"]):::iri
c4(["wd:Q26218416"]):::iri
c10(["en"]):::literal
v2 --"p:P39"--> v3
v3 --"p:statement/P39"--> a1
a1 --"p:direct/P279"--> c4
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 s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end