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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - OxygenatedBlood
OxygenatedBlood(oxygenated blood)

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


(documentation OxygenatedBlood EnglishLanguage "The concentrations of Oxygen is 20% and that of CarbonDioxide is 4% in oxygenated blood. from doi: 10.1183/ 20734735.001415") Medicine.kif 5727-5728
(instance OxygenatedBlood SaturationAttribute) Medicine.kif 5726-5726 Oxygenated blood is an instance of saturation attribute

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


(termFormat EnglishLanguage OxygenatedBlood "oxygenated blood") Medicine.kif 5729-5729

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


(=>
    (and
        (instance ?B Blood)
        (attribute ?B OxygenatedBlood)
        (concentration
            (MeasureFn ?N Milliliter) CarbonDioxide
            (MeasureFn 100 Milliliter) ?B))
    (approximateValue ?N 5))
Medicine.kif 5740-5747
(=>
    (and
        (instance ?B Blood)
        (attribute ?B OxygenatedBlood)
        (concentration
            (MeasureFn ?N Milliliter) Oxygen
            (MeasureFn 100 Milliliter) ?B))
    (approximateValue ?N 20))
Medicine.kif 5731-5738

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


(=>
    (attribute ?H Shock)
    (exists (?T)
        (and
            (instance ?T Tissue)
            (part ?T ?H)
            (not
                (exists (?OB)
                    (and
                        (attribute ?OB OxygenatedBlood)
                        (part ?OB ?T)))))))
Medicine.kif 5784-5794


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