query-0091818c505756a842a3e57e06a936ba

rq turtle/ttl

anything having InChI, InChIKey

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE {
  ?compound 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 v1 --"wdt:P234"--> v2 v1 --"wdt:P235"--> v3