query-3a92fc280b363c85e05b12cc976b17de

rq turtle/ttl

People that were awarded Fellow of the Royal Society.

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item {
  ?item wdt:P166 wd:Q15631401.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q15631401"]):::iri v1 --"wdt:P166"--> c2