query-2a69e7b38eb0a97f3e0af8a1f0cfa101

rq turtle/ttl

list of lower houses of the European Union :SELECT ?item ?itemLabel ?seats :WHERE {
: ?item wdt:P31 wd:Q375928 ; #the item is a lower house : wdt:P1001 wd:Q458 ; #the item has "European Union" as " applies to jurisdiction" : wdt:P1342 ?seats. #display the lower house's number of seats : SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en-gb". } :} :ORDER BY ?itemLabel :

Use at

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#>
# list of lower houses of the European Union
:SELECT ?item ?itemLabel ?seats
:WHERE {  
:  ?item wdt:P31 wd:Q375928 ; #the item is a lower house
:        wdt:P1001 wd:Q458 ; #the item has "European Union" as " applies to jurisdiction"
:        wdt:P1342 ?seats. #display the lower house's number of seats
:  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en-gb". } 
:}
:ORDER BY ?itemLabel
:

Query found at