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



KB Term:  Term intersection
English Word: 

  ProcessedMilk

Sigma KEE - ProcessedMilk
ProcessedMilk(processed milk)condensed_milk, evaporated_milk, low-fat_milk

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


(subclass ProcessedMilk DairyArtifact) Food.kif 2855-2855 Processed milk is a subclass of dairy product
(subclass ProcessedMilk Beverage) Food.kif 2856-2856 Processed milk is a subclass of beverage
(subclass ProcessedMilk CowMilk) Food.kif 2857-2857 Processed milk is a subclass of cow milk
(documentation ProcessedMilk EnglishLanguage "ProcessedMilk is Milk from cows.") Food.kif 2858-2858 Processed milk is a subclass of cow milk

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


(subclass MilkFoam ProcessedMilk) Food.kif 1205-1205 Milk foam is a subclass of processed milk
(relatedInternalConcept Milk ProcessedMilk) Food.kif 1210-1210 Milk is internally related to processed milk
(termFormat EnglishLanguage ProcessedMilk "processed milk") Food.kif 2859-2859 Milk is internally related to processed milk
(subclass WholeMilk ProcessedMilk) Food.kif 2874-2874 Whole milk is a subclass of processed milk
(subclass TwoPercentMilk ProcessedMilk) Food.kif 2969-2969 Two percent milk is a subclass of processed milk
(subclass OnePercentMilk ProcessedMilk) Food.kif 2993-2993 One percent milk is a subclass of processed milk
(subclass SemiSkimmedMilk ProcessedMilk) Food.kif 3017-3017 Semi skimmed milk is a subclass of processed milk
(subclass SkimmedMilk ProcessedMilk) Food.kif 3042-3042 Skimmed milk is a subclass of processed milk

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 1168-1183 If X is an instance of foaming milk, Y is an instance of processed milk, and Y is a patient of X, then All of the following hold: (1) there exist Z, W (2) V such that Z is an instance of heating (3) Y is a patient of Z (4) W is an instance of aerating (5) Y is a patient of W (6) V is a result of W (7) V is an instance of bubble (8) the time of existence of W takes place during the time of existence of Z
(=>
    (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 1185-1194 If All of the following hold: (1) X is an instance of foaming milk (2) Y is a patient of X (3) Y is an instance of processed milk (4) Z is an instance of heating (5) Z is a subprocess of X (6) the measure of Y is W celsius degree(s), then the approximate value of W is 70.0
(=>
    (and
        (instance ?FM FoamingMilk)
        (patient ?FM ?M)
        (instance ?M ProcessedMilk)
        (instance ?A Aerating)
        (patient ?A ?M))
    (subProcess ?A ?FM))
Food.kif 1196-1203 If X is an instance of foaming milk, Y is a patient of X, Y is an instance of processed milk, Z is an instance of aerating, and Y is a patient of Z, then Z is a subprocess of X
(=>
    (instance ?PM ProcessedMilk)
    (exists (?P ?M)
        (and
            (instance ?P IntentionalProcess)
            (instance ?M CowMilk)
            (patient ?P ?M)
            (result ?P ?PM))))
Food.kif 2861-2868 If X is an instance of processed milk, then there exist Y, Z such that Y is an instance of intentional process, Z is an instance of cow milk, Z is a patient of Y, and X is a result of Y

consequent
-------------------------


(=>
    (instance ?FM FoamingMilk)
    (exists (?M ?MF)
        (and
            (instance ?M ProcessedMilk)
            (instance ?MF MilkFoam)
            (patient ?FM ?M)
            (result ?FM ?MF))))
Food.kif 1159-1166 If X is an instance of foaming milk, then there exist Y, Z such that Y is an instance of processed milk, Z is an instance of milk foam, Y is a patient of X, and Z is a result of X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners