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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - restingHeartRate
restingHeartRate

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


(documentation restingHeartRate EnglishLanguage "The heart rate at rest of a human, in beats per minute. ") Medicine.kif 116-117
(domain restingHeartRate 1 Mammal) Medicine.kif 114-114
(domain restingHeartRate 2 Integer) Medicine.kif 115-115
(instance restingHeartRate BinaryPredicate) Medicine.kif 113-113

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


(format EnglishLanguage restingHeartRate "the resting heart rate of %1 is %2") Medicine.kif 118-118
(termFormat EnglishLanguage restingHeartRate "baseline heart rate") Medicine.kif 120-120
(termFormat EnglishLanguage restingHeartRate "resting heart rate") Medicine.kif 119-119

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


(=>
    (and
        (restingHeartRate ?H ?R)
        (instance ?HEART Heart)
        (part ?HEART ?H))
    (exists (?T)
        (and
            (not
                (exists (?REC)
                    (and
                        (instance ?REC RecreationOrExercise)
                        (agent ?REC ?H)
                        (during ?T
                            (WhenFn ?REC)))))
            (instance ?T Minute)
            (heartRate ?H ?T ?R))))
Medicine.kif 122-136


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