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 1216-1218
(domain oxygenSaturation 1 Human) Medicine.kif 1214-1214
(domain oxygenSaturation 2 RealNumber) Medicine.kif 1215-1215
(instance oxygenSaturation BinaryPredicate) Medicine.kif 1213-1213

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


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

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


(=>
    (holdsDuring ?T
        (and
            (oxygenSaturation ?H ?N)
            (lessThan ?N 92.0)))
    (holdsDuring ?T
        (attribute ?H Hypoxia)))
Medicine.kif 1228-1234
(=>
    (oxygenSaturation ?H ?N)
    (and
        (greaterThan ?N 0.0)
        (lessThan ?N 100.0)))
Medicine.kif 1222-1226

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


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