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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Breath

Sigma KEE - Breath
Breath

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


(documentation Breath EnglishLanguage "A single, contiguous, Inhaling and Exhaling.") Mid-level-ontology.kif 10361-10361
(subclass Breath AutonomicProcess) Mid-level-ontology.kif 10359-10359 Breath est une sous-classe de AutonomicProcess
(subclass Breath OrganismProcess) Mid-level-ontology.kif 10360-10360 Breath est une sous-classe de fonction physiologique

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

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


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