FineGrind
|
|
appearance as argument number 1 |
(documentation FineGrind EnglishLanguage "FineGrind CoffeeGrind has a particle size of aproximateValue of approximateDiameter of 0.3 Millimeters.") | Food.kif 1151-1152 | |
(instance FineGrind CoffeeGrindAttribute) | Food.kif 1150-1150 |
appearance as argument number 2 |
(optimalGrindSizeForMakingCoffee EspressoMaking FineGrind) | Food.kif 790-790 | |
(termFormat EnglishLanguage FineGrind "fine grind") | Food.kif 1153-1153 |
antecedent |
(=> (and (instance ?C CoffeeGrind) (attribute ?C FineGrind) (grainSize ?C ?L)) (equal ?L 0.3)) |
Food.kif 1155-1160 |
consequent |
(=> (instance ?EM EspressoMaking) (holdsDuring ?EM (exists (?H ?W ?V ?T ?LM ?P ?COLL ?K ?CG ?F ?R) (and (instance ?H Heating) (patient ?H ?W) (measure ?W (MeasureFn ?V Liter)) (approximateValue ?V 0.03) (holdsDuring (EndFn (WhenFn ?H)) (and (measure ?W (MeasureFn ?T CelsiusDegree)) (approximateValue ?T 90))) (instance ?LM LiquidMotion) (patient ?LM ?W) (holdsDuring ?LM (and (measure ?W (MeasureFn ?P (KiloFn Pascal))) (approximateValue ?P 900))) (destination ?LM ?COLL) (instance ?COLL Collection) (measure ?COLL (MeasureFn ?K Gram)) (approximateValue ?K 7.5) (member ?COLL ?CG) (instance ?CG CoffeeGrind) (attribute ?CG FineGrind) (located ?COLL ?F) (instance ?F Filter) (instance ?R Removing) (instrument ?R ?F) (patient ?R ?COLL) (temporallyBetween (EndFn (WhenFn ?H)) (EndFn (WhenFn ?LM)) (EndFn (WhenFn ?R))))))) |
Food.kif 799-834 |