query-f7d061ced366c477210fe3c4f0f3660a
Distribució escons d'una legislatura per partit
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#>
#defaultView:bubble
# Distribució escons d'una legislatura per partit
SELECT ?item ?sigles ?logo ?escons ?itemLabel ?parlamentLabel WHERE {
?item p:P1410 ?p528stm .
?p528stm ps:P1410 ?escons;
pq:P2937 wd:Q47034616.
OPTIONAL { ?p528stm pq:P194 ?parlament }
OPTIONAL { ?item wdt:P154 ?logo }
OPTIONAL { ?item wdt:P1813 ?sigles }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en"}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?escons"):::projected
v1("?item"):::projected
v5("?logo"):::projected
v2("?p528stm")
v4("?parlament")
v6("?sigles"):::projected
c9(["bd:serviceParam"]):::iri
c4(["wd:Q47034616"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:P1410"--> v2
v2 --"p:statement/P1410"--> v3
v2 --"p:qualifier/P2937"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:qualifier/P194".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P154".-> v5
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1813".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end