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 11257-11257
(subclass Breath AutonomicProcess) Mid-level-ontology.kif 11255-11255 Breath is a subclass of autonomic process
(subclass Breath OrganismProcess) Mid-level-ontology.kif 11256-11256 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 11259-11270

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


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