query-804d8735c3ff93206eb95c407f6a7fd8

rq turtle/ttl

Places of education of Members of Parliament of the United Kingdom

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#>
#defaultView:BubbleChart
SELECT (COUNT(?mp) AS ?mps) ?education ?educationLabel ?educationDescription
WHERE { 
?mp wdt:P39 wd:Q16707842;
    wdt:P69 ?education.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} GROUP BY ?education ?educationLabel ?educationDescription
ORDER BY DESC(?mps)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?education"):::projected v2("?mp"):::projected v4("?mps") c5(["bd:serviceParam"]):::iri c2(["wd:Q16707842"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P39"--> c2 v2 --"wdt:P69"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind1[/"count(?mp)"/] v2 --o bind1 bind1 --as--o v4