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 CookedAttributePreparedFoodAttributeinstance では %n
(relatedInternalConcept CookedAttribute RawAttribute) Food.kif 31-31 CookedAttributeRawAttributeinternally 関連して %n

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


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