query-9c54547e4217ba979f17dbbc404ddf8d

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select distinct ?author where { wd:Q36369661 wdt:P50 ?author }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?author"):::projected c1(["wd:Q36369661"]):::iri c1 --"wdt:P50"--> v1