query-b6e19ec4d047bb0be5d98241a3cb8119
title: items eleccions amb P1539-població femenina als resultats dels partits SELECT ?item ?itemLabel ?població_femenina WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item (wdt:P31/(wdt:P279*)) wd:Q40231. ?item p:P1867 [ps:P1867 ?meta; pq:P1539 ?població_femenina]} LIMIT 1000
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#>
#title: items eleccions amb P1539-població femenina als resultats dels partits
SELECT ?item ?itemLabel ?població_femenina
WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item (wdt:P31/(wdt:P279*)) wd:Q40231.
?item p:P1867 [ps:P1867 ?meta; pq:P1539 ?població_femenina]}
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?meta")
v3("?població_femenina"):::projected
a1((" "))
a2((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q40231"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c7
a2 --"p:statement/P1867"--> v2
a2 --"p:qualifier/P1539"--> v3
v1 --"p:P1867"--> a2