BASTIDA,J: LLABRES,JM: VILADOMAT,F: CODINA,C: RUBIRALTA,M: FELIZ,M:. (1988). 9-O-DEMETHYLMARITIDINE: A NEW ALKALOID FROM NARCISSUS RADINGANORUM-1.. 54(6)
Year: 1988
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/64234>. ?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