TwoPercentMilk |
appearance as argument number 1 |
(documentation TwoPercentMilk EnglishLanguage "TwoPercentMilk is CowMilk which contains 2% of butter fat. [Wikipedia]") | Food.kif 2941-2942 | |
(subclass TwoPercentMilk ProcessedMilk) | Food.kif 2940-2940 |
appearance as argument number 2 |
(termFormat EnglishLanguage TwoPercentMilk "two percent milk") | Food.kif 2943-2943 |
antecedent |
(=> (and (instance ?M TwoPercentMilk) (measure ?M (MeasureFn ?N ?U)) (instance ?U UnitOfVolume)) (exists (?BF ?N2) (and (instance ?BF ButterFat) (part ?BF ?M) (not (exists (?F2) (and (instance ?F2 ButterFat) (not (equal ?BF ?F2)) (part ?F2 ?M)))) (measure ?BF (MeasureFn ?N2 ?U)) (equal ?N2 (MultiplicationFn 0.02 ?N))))) |
Food.kif 2945-2962 |