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

Formal Language: 



KB Term:  Term intersection
English Word: 

  restingHeartRate

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 Die Zahl 1 Argument von restingHeartRate ist ein fall von Mammal %n{nicht}
(domain restingHeartRate 2 Integer) Medicine.kif 115-115 Die Zahl 2 Argument von restingHeartRate ist ein fall von Integer %n{nicht}
(instance restingHeartRate BinaryPredicate) Medicine.kif 113-113 restingHeartRate ist ein fall von BinaryPredicate %n{nicht}

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