OnePercentMilk |
appearance as argument number 1 |
(documentation OnePercentMilk EnglishLanguage "OnePercentMilk is CowMilk which contains 1% of butter fat. [Wikipedia]") | Food.kif 2965-2966 | |
(subclass OnePercentMilk ProcessedMilk) | Food.kif 2964-2964 |
appearance as argument number 2 |
(termFormat EnglishLanguage OnePercentMilk "one percent milk") | Food.kif 2967-2967 |
antecedent |
(=> (and (instance ?M OnePercentMilk) (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.01 ?N))))) |
Food.kif 2969-2986 |