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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Calorie
Calorie(calorie)basal_metabolism, caloric, calorie, gram_calorie, small_calorie

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


(documentation Calorie ChineseLanguage "一个 Calorie 是量度能量的单位。") chinese_format.kif 2616-2616
(documentation Calorie EnglishLanguage "A Calorie is an energy measure.") Merge.kif 7344-7344
(documentation Calorie JapaneseLanguage "Calorie は、エネルギー対策である。") japanese_format.kif 1330-1330
(instance Calorie CompositeUnitOfMeasure) Merge.kif 7342-7342 Calorie is an instance of composite unit of measure

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


(termFormat ChineseLanguage Calorie "卡路里") domainEnglishFormat.kif 12803-12803
(termFormat ChineseTraditionalLanguage Calorie "卡路里") domainEnglishFormat.kif 12802-12802
(termFormat EnglishLanguage Calorie "calorie") domainEnglishFormat.kif 12801-12801

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


(=>
    (and
        (holdsDuring ?T1
            (attribute ?H Dieting))
        (holdsDuring ?T2
            (not
                (attribute ?H Dieting)))
        (instance ?M1 Meal)
        (instance ?E1 Eating)
        (agent ?E1 ?H)
        (resource ?E1 ?M1)
        (during
            (WhenFn ?E1) ?T1)
        (measure ?M1
            (MeasureFn ?C1 Calorie))
        (instance ?M2 Meal)
        (instance ?E2 Eating)
        (agent ?E2 ?H)
        (resource ?E2 ?M2)
        (during
            (WhenFn ?E2) ?T2)
        (measure ?M2
            (MeasureFn ?C2 Calorie)))
    (modalAttribute
        (greaterThan ?C2 ?C1) Likely))
Mid-level-ontology.kif 30919-30940

statement
-------------------------


(equal
    (MeasureFn ?NUMBER Calorie)
    (MeasureFn
        (MultiplicationFn ?NUMBER 4.1868) Joule))
Merge.kif 7346-7348 A real number calorie(s) is equal to the real number and 4.1868 joule(s)


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