TwoPercentMilk(two percent milk) |
appearance as argument number 1 |
![]() |
(documentation TwoPercentMilk EnglishLanguage "TwoPercentMilk is CowMilk which contains 2% of butter fat. [Wikipedia]") | Food.kif 2948-2949 | |
(subclass TwoPercentMilk ProcessedMilk) | Food.kif 2947-2947 | Two percent milk is a subclass of processed milk |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage TwoPercentMilk "two percent milk") | Food.kif 2950-2950 |
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 2952-2969 |
|
![]() |
![]() |