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 10360-10360
(subclass Breath AutonomicProcess) Mid-level-ontology.kif 10358-10358 子類 Breath and 自主過程
(subclass Breath OrganismProcess) Mid-level-ontology.kif 10359-10359 子類 Breath and OrganismProcess

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

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


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