ToxicOrganism(toxic organism) |
appearance as argument number 1 |
(documentation ToxicOrganism EnglishLanguage "The Class of Organisms which are poisonous to other Organisms.") | WMD.kif 188-189 | |
(subclass ToxicOrganism Organism) | WMD.kif 187-187 | Toxic organism is a subclass of organism |
appearance as argument number 2 |
appearance as argument number 3 |
(partition BiologicalAgent Toxin ToxicOrganism) | WMD.kif 157-157 | Biological agent is exhaustively partitioned into toxin and toxic organism |
antecedent |
(=> (instance ?ORGANISM ToxicOrganism) (exists (?SUBSTANCE) (and (instance ?SUBSTANCE Toxin) (part ?SUBSTANCE ?ORGANISM)))) |
WMD.kif 191-196 |
|
consequent |
(=> (instance ?SUBSTANCE Toxin) (exists (?ORGANISM ?PROCESS) (and (instance ?ORGANISM ToxicOrganism) (instance ?PROCESS BiologicalProcess) (instrument ?PROCESS ?ORGANISM) (or (result ?PROCESS ?SUBSTANCE) (exists (?RESULT) (and (result ?PROCESS ?RESULT) (copy ?SUBSTANCE ?RESULT))))))) |
WMD.kif 166-178 |
|