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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VentedChestSeal
VentedChestSeal(vented chest seal)

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


(documentation VentedChestSeal EnglishLanguage "A ChestSeal designed to seal a wound in the Chest, ameliorating a Pneumothorax, by allowing Air to escape through the wound but not reenter it.") Medicine.kif 838-840
(subclass VentedChestSeal ChestSeal) Medicine.kif 837-837 Vented chest seal is a subclass of chest seal

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


(partTypes Valve VentedChestSeal) Medicine.kif 841-841 Every valve is a part of a vented chest seal
(termFormat EnglishLanguage VentedChestSeal "vented chest seal") Medicine.kif 842-842 Every valve is a part of a vented chest seal

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


(=>
    (and
        (instance ?VCS VentedChestSeal)
        (instance ?A Attaching)
        (objectTransferred ?A ?VCS)
        (destination ?A ?H))
    (hasPurpose ?VCS
        (exists (?A ?L ?C ?H)
            (and
                (instance ?A Air)
                (instance ?L Lung)
                (instance ?C Chest)
                (part ?L ?H)
                (part ?C ?H)
                (holdsDuring
                    (ImmediatePastFn
                        (WhenFn ?A))
                    (between ?L ?A ?C))
                (hasPurpose ?VCS
                    (holdsDuring
                        (ImmediateFutureFn
                            (WhenFn ?A))
                        (orientation ?A ?H Outside)))))))
Medicine.kif 844-866


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