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

Formal Language: 



KB Term:  Term intersection
English Word: 

  restingBreathingRate

Sigma KEE - restingBreathingRate
restingBreathingRate

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


(documentation restingBreathingRate EnglishLanguage "The breathing rate at rest of a human, in beats per minute. ") Medicine.kif 336-337
(domain restingBreathingRate 1 Mammal) Medicine.kif 334-334 restingBreathingRate の数値 1 引数は 哺乳動物instance では %n
(domain restingBreathingRate 2 Integer) Medicine.kif 335-335 restingBreathingRate の数値 2 引数は 整数instance では %n
(instance restingBreathingRate BinaryPredicate) Medicine.kif 333-333 restingBreathingRate2進述語instance では %n

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


(format EnglishLanguage restingBreathingRate "the resting breathing rate of %1 is %2") Medicine.kif 338-338
(termFormat EnglishLanguage restingBreathingRate "resting breathing rate") Medicine.kif 339-339

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


(=>
    (and
        (attribute ?H Healthy)
        (restingBreathingRate ?H ?R))
    (and
        (greaterThanOrEqualTo ?R 12)
        (greaterThanOrEqualTo 16 ?R)))
Medicine.kif 359-365
(=>
    (and
        (restingBreathingRate ?H ?R)
        (instance ?L Lung)
        (part ?L ?H))
    (exists (?T)
        (and
            (not
                (exists (?REC)
                    (and
                        (instance ?REC RecreationOrExercise)
                        (agent ?REC ?H)
                        (during ?T
                            (WhenFn ?REC)))))
            (instance ?T Minute)
            (breathingRate ?H ?T ?R))))
Medicine.kif 342-357


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