JAYAPRAKASAM,B: DAMU,AG: RAO,KV: GUNASEKAR,D: BLOND,A: BODO,B:. (2000). 7-O-METHYLTETRAHYDROOCHNAFLAVONE, A NEW BIFLAVANONE FROM OCHNA BEDDOMEI.. 63(4)
Year: 2000
Journal: Unknown
PREFIX n: <https://nap.nprod.net/> SELECT ?organism ?pharmacy ?genus ?species ?family ?number ?pharmacology ?pharmacology_name ?worktype ?qualitativeResult ?compound ?compound_name WHERE { ?organism a n:organism ; n:participatesIn <https://nap.nprod.net/citation/84652>. ?pharmacy n:has_organism ?organism ; n:number ?number . OPTIONAL { ?pharmacy n:has_pharmacology ?pharmacology . ?pharmacology n:name ?pharmacology_name . } OPTIONAL { ?pharmacy n:has_worktype ?worktype . } OPTIONAL { ?pharmacy n:has_qualitativeresult ?qualitativeResult . } OPTIONAL { ?organism n:genusname ?genus . } OPTIONAL { ?organism n:speciesname ?species . } OPTIONAL { ?organism n:familyname ?family . } OPTIONAL { ?pharmacy n:has_participant ?compound . ?compound a n:compound ; n:name ?compound_name . } } ORDER BY ?organism ?number