query-d728ef8168f49be158ea2fdb314c7773
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?compound WHERE {
?compound (wdt:P279/wdt:P279) wd:Q11173
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?compound"):::projected
a1((" "))
c2(["wd:Q11173"]):::iri
v1 --"wdt:P279"--> a1
a1 --"wdt:P279"--> c2