Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - CookedAttribute
CookedAttribute

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
(relatedInternalConcept CookedAttribute RawAttribute) Food.kif 31-31

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 1055-1057
(=>
    (instance ?CG CoffeeGrind)
    (exists (?G ?CB)
        (and
            (instance ?G Grinding)
            (patient ?G ?CB)
            (instance ?CB CoffeeBean)
            (attribute ?CB CookedAttribute)
            (result ?G ?CG))))
Food.kif 1035-1043
(=>
    (instance ?J Jam)
    (attribute ?J CookedAttribute))
Food.kif 1762-1764
(=>
    (instance ?X BreadOrBiscuit)
    (attribute ?X CookedAttribute))
Food.kif 1568-1570


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners