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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CarbonDioxide
CarbonDioxide(carbon dioxide)CO2, carbon_dioxide, carbonic_acid_gas

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


(documentation CarbonDioxide EnglishLanguage "Carbon dioxide is a common compound in the Earth's atmosphere, and an essential compound used in the cycle of photosynthesis.") Food.kif 3410-3412
(roomTempState CarbonDioxide Gas) Mid-level-ontology.kif 32697-32697 roomTempState carbon dioxide and gas
(subclass CarbonDioxide CompoundSubstance) Food.kif 3409-3409 Carbon dioxide is a subclass of compound substance

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


(termFormat EnglishLanguage CarbonDioxide "carbon dioxide") domainEnglishFormat.kif 64618-64618

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


(=>
    (and
        (instance ?B Blood)
        (attribute ?B DeoxygenatedBlood)
        (concentration
            (MeasureFn ?N Milliliter) CarbonDioxide
            (MeasureFn 100 Milliliter) ?B))
    (approximateValue ?N 4))
Medicine.kif 5763-5770
(=>
    (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 ?CD CarbonDioxide)
        (instance ?CD Molecule))
    (exists (?C ?O1 ?O2)
        (and
            (instance ?C Carbon)
            (instance ?O1 Oxygen)
            (instance ?O2 Oxygen)
            (instance ?C Atom)
            (instance ?O1 Atom)
            (instance ?O2 Atom)
            (part ?C ?CD)
            (part ?O1 ?CD)
            (part ?O2 ?CD)
            (not
                (equal ?O1 ?O2)))))
Food.kif 3414-3429

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


(=>
    (instance ?S Soda)
    (exists (?CD)
        (and
            (instance ?CD CarbonDioxide)
            (part ?CD ?S))))
Food.kif 3433-3438
(=>
    (instance ?S SparklingWater)
    (exists (?P ?W ?CD)
        (and
            (instance ?P Putting)
            (instance ?W DrinkingWater)
            (destination ?P ?CD)
            (instance ?CD CarbonDioxide)
            (result ?P ?S)
            (part ?CD ?S))))
Food.kif 226-235


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