CHANG,JH: CHO,JH: KIM,HH: LEE,KP: LEE,WM: KWANG,P: LEE,MW: HAN,SS: LEE,DI:. (1995). ANTITUMOR ACTIVITY OF PEDUNCULAGIN, ONE OF THE ELLAGITANNINS.. 18(6)
Year: 1995
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/101820>. ?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