SELECT ?target_name ?assay_uri ?chembl_uri ?equiv_assay ?equiv_target ?activity_uri ?compound_chembl ?equiv_compound ?compound_cs ?target_organism ?assay_organism ?assay_description ?std_type ?relation ?std_value ?std_unit ?doi_internal ?doi ?pmid ?node1 ?molweight ?inchi ?inchi_key ?smiles ?node2 ?num_ro5_violations ?compound_cw ?compound_name FROM NAMED FROM NAMED FROM NAMED WHERE { GRAPH RESOURCE ?target_name . ?compound_cw ?compound_cs . ?compound_cw ?compound_name . } GRAPH RESOURCE ?chembl_uri . ?assay_uri ?chembl_uri . ?assay_uri ?equiv_assay . ?chembl_uri ?equiv_target . ?activity_uri ?assay_uri . ?activity_uri ?compound_chembl . ?compound_chembl ?equiv_compound . ?equiv_compound ?compound_cs . OPTIONAL { ?chembl_uri ?target_organism . } OPTIONAL { ?assay_uri ?assay_organism . } OPTIONAL { ?assay_uri ?assay_description . } OPTIONAL { ?activity_uri ?std_type . } OPTIONAL { ?activity_uri ?relation . } OPTIONAL { ?activity_uri ?std_value . } OPTIONAL { ?activity_uri ?std_unit . } OPTIONAL { ?activity_uri ?doi_internal . OPTIONAL { ?doi_internal ?doi . } OPTIONAL { ?doi_internal ?pmid . } } OPTIONAL { ?compound_chembl ?node1 . ?node1 . ?node1 ?molweight . } } GRAPH ?compound_cs ?inchi . ?compound_cs ?inchi_key . ?compound_cs ?smiles . OPTIONAL { ?node2 ?compound_cs . ?node2 . ?node2 ?num_ro5_violations . } } }