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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Breath
Breath

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


(documentation Breath EnglishLanguage "A single, contiguous, Inhaling and Exhaling.") Mid-level-ontology.kif 10579-10579
(subclass Breath AutonomicProcess) Mid-level-ontology.kif 10577-10577 Breath is a subclass of autonomic process
(subclass Breath OrganismProcess) Mid-level-ontology.kif 10578-10578 Breath is a subclass of organism process

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


(=>
    (instance ?B Breath)
    (exists (?I ?E)
        (and
            (subProcess ?I ?B)
            (subProcess ?E ?B)
            (earlier
                (WhenFn ?I)
                (WhenFn ?E))
            (meetsTemporally
                (WhenFn ?I)
                (WhenFn ?E)))))
Mid-level-ontology.kif 10581-10592

consequent
-------------------------


(=>
    (breathingRate ?H ?T ?I)
    (exists (?C ?M)
        (and
            (instance ?C Collection)
            (memberType ?C Breath)
            (memberCount ?C ?I)
            (=>
                (member ?M ?C)
                (and
                    (patient ?M ?H)
                    (during
                        (WhenFn ?M) ?T))))))
Mid-level-ontology.kif 10604-10616


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