Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - AbsoluteDud
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
-------------------------


(termFormat EnglishLanguage AbsoluteDud "absolute dud") domainEnglishFormat.kif 5137-5137
(termFormat ChineseTraditionalLanguage AbsoluteDud "絕對的啞彈") domainEnglishFormat.kif 5138-5138
(termFormat ChineseLanguage AbsoluteDud "绝对的哑弹") domainEnglishFormat.kif 5139-5139

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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners