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


KB Term:  Term intersection
English Word: 

  FoamingMilk

Sigma KEE - FoamingMilk
FoamingMilk(foaming milk)

appearance as argument number 1
-------------------------


(subclass FoamingMilk Cooking) Food.kif 1175-1175 Foaming milk is a subclass of cooking
(subclass FoamingMilk Heating) Food.kif 1176-1176 Foaming milk is a subclass of heating

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage FoamingMilk "foaming milk") Food.kif 1180-1180

antecedent
-------------------------


(=>
    (and
        (instance ?FM FoamingMilk)
        (instance ?M ProcessedMilk)
        (patient ?FM ?M))
    (exists (?H ?A ?B)
        (and
            (instance ?H Heating)
            (patient ?H ?M)
            (instance ?A Aerating)
            (patient ?A ?M)
            (result ?A ?B)
            (instance ?B Bubble)
            (during
                (WhenFn ?A)
                (WhenFn ?H)))))
Food.kif 1191-1206
(=>
    (and
        (instance ?FM FoamingMilk)
        (patient ?FM ?M)
        (instance ?M ProcessedMilk)
        (instance ?A Aerating)
        (patient ?A ?M))
    (subProcess ?A ?FM))
Food.kif 1219-1226
(=>
    (and
        (instance ?FM FoamingMilk)
        (patient ?FM ?M)
        (instance ?M ProcessedMilk)
        (instance ?H Heating)
        (subProcess ?H ?FM)
        (measure ?M
            (MeasureFn ?T CelsiusDegree)))
    (approximateValue ?T 70.0))
Food.kif 1208-1217
(=>
    (instance ?FM FoamingMilk)
    (exists (?M ?MF)
        (and
            (instance ?M ProcessedMilk)
            (instance ?MF MilkFoam)
            (patient ?FM ?M)
            (result ?FM ?MF))))
Food.kif 1182-1189


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

Show without tree


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