query-14b981417b8f5289aee72bd4cc7e637b

rq turtle/ttl

compared to:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?book {
?book  wdt:P50   wd:Q35610.      # 73
?book  wdt:P1476 []         # 2 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?book"):::projected a1((" ")) c2(["wd:Q35610"]):::iri v1 --"wdt:P50"--> c2 v1 --"wdt:P1476"--> a1