query-06e70e60c609a5fd38f47a799b83a818
unicameral parliament legislature
unicameral parliament legislature
SELECT ?item ?applies_jurisdiction ?LabelEN ?LabelDE ?Label (GROUP_CONCAT(?applies_jurisdictionLabel; separator=", ") as ?applies_jurisdictionLabels) (GROUP_CONCAT(?countryLabel; separator=", ") as ?countryLabels) WHERE { ?item wdt:P31 wd:Q140247 . OPTIONAL{?item wdt:P1001 ?applies_jurisdiction .} OPTIONAL{?item wdt:P17 ?country .} SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . ?item rdfs:label ?LabelEN } . SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . ?item rdfs:label ?LabelDE } . SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh" . ?item rdfs:label ?Label . ?applies_jurisdiction rdfs:label ?applies_jurisdictionLabel . ?country rdfs:label ?countryLabel } } GROUP BY ?item ?applies_jurisdiction ?LabelEN ?LabelDE ?Label ORDER BY ?countryLabels ?item
LIMIT 100
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#unicameral parliament legislature
#unicameral parliament legislature
SELECT ?item ?applies_jurisdiction ?LabelEN ?LabelDE ?Label
(GROUP_CONCAT(?applies_jurisdictionLabel; separator=", ") as ?applies_jurisdictionLabels)
(GROUP_CONCAT(?countryLabel; separator=", ") as ?countryLabels)
WHERE
{
?item wdt:P31 wd:Q140247 .
OPTIONAL{?item wdt:P1001 ?applies_jurisdiction .}
OPTIONAL{?item wdt:P17 ?country .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . ?item rdfs:label ?LabelEN } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . ?item rdfs:label ?LabelDE } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh"
. ?item rdfs:label ?Label . ?applies_jurisdiction rdfs:label ?applies_jurisdictionLabel . ?country rdfs:label ?countryLabel }
}
GROUP BY ?item ?applies_jurisdiction ?LabelEN ?LabelDE ?Label
ORDER BY ?countryLabels ?item
#LIMIT 100