query-60639aff72e6428ffc9c65e37bd4a543

rq turtle/ttl

Instance of "bread" SELECT ?item

WHERE { ?item wdt:P31 wd:Q7802 .

}

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Instance of "bread"
SELECT ?item

WHERE
  { ?item wdt:P31 wd:Q7802 .

   }

Query found at

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