query-2786bd68ba2c07201bda4636d89d2e02
Prime ministers of the UK SELECT ?item WHERE { ?item wdt:P39 wd:Q14211 . }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Prime ministers of the UK
SELECT ?item WHERE {
?item wdt:P39 wd:Q14211 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q14211"]):::iri
v1 --"wdt:P39"--> c2