CookedAttribute(cooked) | au_gratin, baked, batter-fried, braised, broiled, burned, burnt, candy-like, cooked, deep-fried, done, fried, grilled, half-baked, hard-baked, hard-boiled, overdone, pancake-style, parched, rare-roasted, ready-cooked, roast, roasted, saute, sauteed, seared, soft-boiled, souffle-like, steamed, sunny-side_up, toasted, uncooked, underdone, untoasted, wafer-like, well-done |
appearance as argument number 1 |
(documentation CookedAttribute EnglishLanguage "CookedAttribute describes how something is a product of Cooking and Heating.") | Food.kif 32-33 | |
(instance CookedAttribute PreparedFoodAttribute) | Food.kif 30-30 | Cooked is an instance of prepared food attribute |
(relatedInternalConcept CookedAttribute RawAttribute) | Food.kif 31-31 | Cooked is internally related to raw food |
appearance as argument number 2 |
(termFormat EnglishLanguage CookedAttribute "cooked") | Food.kif 34-34 |
antecedent |
(=> (attribute ?FOOD CookedAttribute) (exists (?PROC1 ?PROC2) (and (instance ?PROC1 Cooking) (instance ?PROC2 Heating) (subProcess ?PROC2 ?PROC1) (result ?PROC1 ?FOOD)))) |
Food.kif 37-44 |
|
consequent |
(=> (instance ?CG CoffeeGrind) (attribute ?CG CookedAttribute)) |
Food.kif 1054-1056 |
|
(=> (instance ?CG CoffeeGrind) (exists (?G ?CB) (and (instance ?G Grinding) (patient ?G ?CB) (instance ?CB CoffeeBean) (attribute ?CB CookedAttribute) (result ?G ?CG)))) |
Food.kif 1034-1042 |
|
(=> (instance ?J Jam) (attribute ?J CookedAttribute)) |
Food.kif 1756-1758 | |
(=> (instance ?X BreadOrBiscuit) (attribute ?X CookedAttribute)) |
Food.kif 1562-1564 |
|