![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AbsoluteDud(absolute dud) |
| appearance as argument number 1 |
|
|
| (subclass AbsoluteDud NuclearWeapon) | MilitaryDevices.kif 1548-1548 | Absolute dud is a subclass of nuclear weapon |
| (documentation AbsoluteDud EnglishLanguage "A NuclearWeapon which, when launched at or emplaced on a target, fails to explode.") | MilitaryDevices.kif 1549-1550 | Absolute dud is a subclass of nuclear weapon |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?DUD AbsoluteDud) (instance ?PROCESS TakingOff) (patient ?PROCESS ?DUD)) (not (exists (?EXPLOSION) (and (instance ?EXPLOSION Explosion) (patient ?EXPLOSION ?DUD))))) |
MilitaryDevices.kif 1555-1564 | If X is an instance of absolute dud, Y is an instance of taking off, and X is a patient of Y, then there doesn't exist Z such that Z is an instance of explosion and X is a patient of Z |
| consequent |
|
|
| (=> (and (instance ?PROCESS TakingOff) (patient ?PROCESS ?DUD) (not (exists (?EXPLOSION) (and (instance ?EXPLOSION Explosion) (patient ?EXPLOSION ?DUD))))) (instance ?DUD AbsoluteDud)) |
MilitaryDevices.kif 1566-1575 | If X is an instance of taking off, Y is a patient of X, and there doesn't exist Z such that Z is an instance of explosion and Y is a patient of Z, then Y is an instance of absolute dud |