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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AutoAirbag

Sigma KEE - AutoAirbag
AutoAirbag(airbag)air_bag

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 Airbag is a subclass of balloon
(subclass AutoAirbag VehicleSafetyDevice) Cars.kif 3624-3624 Airbag is a subclass of vehicle safety device
(typicallyContainsPart AutoAirbag Automobile) Cars.kif 3630-3630 A automobile typically has a part airbag

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 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