query-65e268f3be193e80fd38cc86ba1e569c

rq turtle/ttl

Objects with "instance of papyrus" (which shouldn't be the case)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?item wdt:P31 wd:Q125576
}

Query found at

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