![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| freshFoodCompartmentVolume |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage freshFoodCompartmentVolume "fresh food compartment volume") | HouseholdAppliances.kif 1370-1370 |
| antecedent |
|
|
| (=> (and (attribute ?X Compact) (freshFoodCompartmentVolume ?X (MeasureFn ?VOLUME Liter)) (instance ?X Refrigerator) (not (instance ?X Freezer))) (lessThanOrEqualTo ?VOLUME 219.45)) |
HouseholdAppliances.kif 1396-1404 | If compact is an attribute of X, fresh food compartment volume X and Y liter(s), X is an instance of refrigerator, and X is not an instance of freezer, then Y is less than or equal to 219.45 |
| (=> (and (attribute ?X Compact) (freshFoodCompartmentVolume ?X (MeasureFn ?VOLUME1 Liter)) (frozenFoodCompartmentVolume ?X (MeasureFn ?VOLUME2 Liter)) (equal ?TOTAL (AdditionFn ?VOLUME1 ?VOLUME2)) (instance ?X FridgeFreezer)) (lessThanOrEqualTo ?TOTAL 219.45)) |
HouseholdAppliances.kif 1422-1432 | If compact is an attribute of X, fresh food compartment volume X and Y liter(s), frozen food compartment volume X and Z liter(s), equal W and (Y and Z), and X is an instance of fridge freezer, then W is less than or equal to 219.45 |