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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - oxygenSaturation
oxygenSaturation

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


(documentation oxygenSaturation EnglishLanguage "A measurement of the oxygen saturation in Human Blood, expressed as a percentage of red blood cells that are fully oxygenated. This is often measured by a PuleOximeter.") Medicine.kif 1220-1222
(domain oxygenSaturation 1 Human) Medicine.kif 1218-1218
(domain oxygenSaturation 2 RealNumber) Medicine.kif 1219-1219
(instance oxygenSaturation BinaryPredicate) Medicine.kif 1217-1217

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


(format EnglishLanguage oxygenSaturation "the oxygen saturation of %1 is %2 percent") Medicine.kif 1224-1224
(termFormat EnglishLanguage oxygenSaturation "oxygen saturation") Medicine.kif 1223-1223

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


(=>
    (holdsDuring ?T
        (and
            (oxygenSaturation ?H ?N)
            (lessThan ?N 92.0)))
    (holdsDuring ?T
        (attribute ?H Hypoxia)))
Medicine.kif 1232-1238
(=>
    (oxygenSaturation ?H ?N)
    (and
        (greaterThan ?N 0.0)
        (lessThan ?N 100.0)))
Medicine.kif 1226-1230

consequent
-------------------------


(=>
    (and
        (instance ?M Measuring)
        (instrument ?M ?PO)
        (agent ?M ?A)
        (patient ?M ?P)
        (instance ?PO PulseOximeter))
    (exists (?N)
        (knows ?A
            (oxygenSaturation ?P ?N))))
Medicine.kif 1252-1261


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