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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AutoAirbag
AutoAirbag

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


(documentation AutoAirbag EnglishLanguage "Sensors that detect a sudden Decelerating deploy the airbag by an explosive release of a Gas that fills the bag before the occupant can be thrown against the hard interior surfaces of the Vehicle.") Cars.kif 3627-3629
(subclass AutoAirbag Balloon) Cars.kif 3625-3625
(subclass AutoAirbag VehicleSafetyDevice) Cars.kif 3624-3624
(typicallyContainsPart AutoAirbag Automobile) Cars.kif 3630-3630

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


(termFormat EnglishLanguage AutoAirbag "airbag") Cars.kif 3626-3626

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


(=>
    (instance ?X AutoAirbag)
    (hasPurpose ?X
        (exists (?CAR ?PERSON ?IMP ?INF ?INJ ?HIT)
            (and
                (instance ?CAR Automobile)
                (part ?X ?CAR)
                (instance ?PERSON Human)
                (contains ?CAR ?PERSON)
                (instance ?IMP Impacting)
                (patient ?IMP ?CAR)
                (instance ?INF Inflating)
                (patient ?INF ?X)
                (causes ?IMP ?INF)
                (hinders ?INF
                    (KappaFn ?INJ
                        (and
                            (instance ?INJ Injuring)
                            (experiencer ?INJ ?PERSON)
                            (exists (?HIT)
                                (and
                                    (instance ?HIT Impacting)
                                    (destination ?HIT ?CAR)
                                    (experiencer ?HIT ?PERSON)
                                    (causes ?HIT ?INJ))))))))))
Cars.kif 3632-3656


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 is open source software produced by Articulate Software and its partners