query-4d97bbc5665c7f743ff6233fcc926921

rq turtle/ttl

UNION of instance of: chemical compound (Q11173), ChEBI ID

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
  ?compound wdt:P31 wd:Q11173 ;
            wdt:P683 ?chebi
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?chebi"):::projected v1("?compound"):::projected c2(["wd:Q11173"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P683"--> v2