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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Shrapnel

Sigma KEE - Shrapnel
Shrapnel

appearance as argument number 1
-------------------------


(documentation Shrapnel EnglishLanguage "Parts of a Bomb that are designed to spread out from the explosion and cause damage to Humans and objects.") MilitaryDevices.kif 2097-2098
(initialPart Shrapnel Bomb) MilitaryDevices.kif 2101-2101 initialPart Shrapnel and Bomb
(sublass Shrapnel Object) MilitaryDevices.kif 2096-2096 sublass Shrapnel and Object

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage Shrapnel "shrapnel") MilitaryDevices.kif 2099-2099

antecedent
-------------------------


(=>
    (instance ?S Shrapnel)
    (exists (?B ?E)
        (and
            (instance ?B Bomb)
            (instance ?E Explosion)
            (instrument ?E ?B)
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?E))
                (part ?S ?B))
            (holdsDuring
                (ImmediateFutureFn
                    (WhenFn ?E))
                (not
                    (part ?S ?B))))))
MilitaryDevices.kif 2103-2118
(=>
    (instance ?S Shrapnel)
    (hasPurpose ?S
        (exists (?D)
            (and
                (instance ?D Damaging)
                (instrument ?D ?S)))))
MilitaryDevices.kif 2120-2126


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

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners