query-879743458c68e9f7a4f974d6b8dba71a

rq turtle/ttl

UNION of instance of: chemical compound (Q11173), InChI, InChIKey

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:P234 ?inchi ;
            wdt:P235 ?inchikey 
}

Query found at

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