query-489f7260f30c3dcf894d170b0d8d7024

rq turtle/ttl

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:P991 [ps:P991 ?meta; pq:P1539 ?població_femenina] } LIMIT 4000

Use at

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:P991 [ps:P991 ?meta; pq:P1539 ?població_femenina]
}
LIMIT 4000

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/P991"--> v2 a2 --"p:qualifier/P1539"--> v3 v1 --"p:P991"--> a2