query-7ea5d8d87edcf3536fd9378420705092

rq turtle/ttl

title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000 title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000 title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000 title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000 title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000 title: Which taxa contain structures corresponding to the following chemical formula? SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE { VALUES ?formula { "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀ "C₂₂H₂₂O₉" } ?structure wdt:P274 ?formula; wdt:P233 ?smiles_canonical; wdt:P703 ?taxon. ?taxon wdt:P225 ?taxon_name. } LIMIT 10000

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#title: Which taxa contain structures corresponding to the following chemical formula?
SELECT DISTINCT ?structure ?smiles_canonical ?formula ?taxon ?taxon_name WHERE {
  VALUES ?formula {
    "C₉H₁₁Cl₂FN₂O₂S₂" # Use lower case digits ₁₂₃₄₅₆₇₈₉₀
    "C₂₂H₂₂O₉" 
  }
  ?structure wdt:P274 ?formula;
    wdt:P233 ?smiles_canonical;
    wdt:P703 ?taxon.
  ?taxon wdt:P225 ?taxon_name.
}
LIMIT 10000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?formula"):::projected v3("?smiles_canonical"):::projected v2("?structure"):::projected v4("?taxon"):::projected v5("?taxon_name"):::projected bind0[/VALUES ?formula/] bind0-->v1 bind00(["C₉H₁₁Cl₂FN₂O₂S₂"]) bind00 --> bind0 bind01(["C₂₂H₂₂O₉"]) bind01 --> bind0 v2 --"wdt:P274"--> v1 v2 --"wdt:P233"--> v3 v2 --"wdt:P703"--> v4 v4 --"wdt:P225"--> v5