FamilyStylePortion(family-style portions) |
appearance as argument number 1 |
(documentation FamilyStylePortion EnglishLanguage "FamilyStylePortion means that an instance of food can be shared by 3 or more people") | Dining.kif 1159-1160 | |
(instance FamilyStylePortion FoodAttribute) | Dining.kif 1158-1158 | Family-style portions is an instance of food attribute |
appearance as argument number 2 |
(termFormat EnglishLanguage FamilyStylePortion "family-style portions") | Dining.kif 1161-1161 |
antecedent |
(=> (and (attribute ?FOOD1 FamilyStylePortion) (measure ?FOOD1 (MeasureFn ?MEAS1 ?U)) (not (attribute ?FOOD2 FamilyStylePortion)) (measure ?FOOD2 (MeasureFn ?MEAS2 ?U)) (instance ?FOOD1 ?CLASS) (instance ?FOOD2 ?CLASS) (instance ?U UnitOfMeasure)) (greaterThan ?MEAS1 ?MEAS2)) |
Dining.kif 1165-1176 |
|