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 | 卡路里 是 CompositeUnitOfMeasure 的 instance |
appearance as argument number 2 |
(termFormat ChineseLanguage Calorie "卡路里") | domainEnglishFormat.kif 12787-12787 | |
(termFormat ChineseTraditionalLanguage Calorie "卡路里") | domainEnglishFormat.kif 12786-12786 | |
(termFormat EnglishLanguage Calorie "calorie") | domainEnglishFormat.kif 12785-12785 |
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 30686-30707 |
|
statement |
(equal (MeasureFn ?NUMBER Calorie) (MeasureFn (MultiplicationFn ?NUMBER 4.1868) Joule)) |
Merge.kif 7346-7348 | 实数 卡路里 equal 那个 实数 和 4.1868 焦耳 |