query-79020a4d2c3a04bf4bc815f861cfa88c
All Scottish Cabinets
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 bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?cabinet ?cabinetLabel ?inception ?prev ?prevLabel ?dissolution ?next ?nextLabel {
?cabinet wdt:P31 wd:Q640506 ; wdt:P1001 wd:Q22; wdt:P571 ?inception .
OPTIONAL { ?cabinet wdt:P576 ?dissolution }
OPTIONAL { ?cabinet wdt:P155|wdt:P1365 ?prev }
OPTIONAL { ?cabinet wdt:P156|wdt:P1366 ?next }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?inception
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?cabinet"):::projected
v3("?dissolution"):::projected
v1("?inception"):::projected
v5("?next"):::projected
v4("?prev"):::projected
c14(["en"]):::literal
c4(["wd:Q22"]):::iri
c12(["bd:serviceParam"]):::iri
c2(["wd:Q640506"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P1001"--> c4
v2 --"wdt:P571"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P576".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 -."wdt:P1365".-> v4
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P155"--> v4
end
union0r <== or ==> union0l
end
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 -."wdt:P1366".-> v5
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P156"--> v5
end
union1r <== or ==> union1l
end
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end