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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Emulsion
Emulsion(emulsion)

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


(documentation Emulsion EnglishLanguage "An Emulsion is a Mixture of two or more Substances in Liquid state that are normally Immiscible owing to liquid_liquid phase separation.") Mid-level-ontology.kif 22659-22660
(subclass Emulsion Colloid) Mid-level-ontology.kif 22661-22661 Emulsion is a subclass of colloid
(subclass Emulsion LiquidMixture) Mid-level-ontology.kif 22662-22662 Emulsion is a subclass of liquid mixture

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


(roomTempState CocoaButter Emulsion) Food.kif 2487-2487 roomTempState cocoa butter and emulsion
(subclass Butter Emulsion) Food.kif 3097-3097 Butter is a subclass of emulsion
(subclass FermentedMilkProduct Emulsion) Food.kif 3152-3152 Fermented milk product is a subclass of emulsion
(subclass Latex Emulsion) Mid-level-ontology.kif 22699-22699 Latex is a subclass of emulsion
(subclass Yogurt Emulsion) Food.kif 3173-3173 Yogurt is a subclass of emulsion
(termFormat ChineseLanguage Emulsion "乳胶") domainEnglishFormat.kif 22023-22023 Yogurt is a subclass of emulsion
(termFormat ChineseTraditionalLanguage Emulsion "乳膠") domainEnglishFormat.kif 22022-22022 Yogurt is a subclass of emulsion
(termFormat EnglishLanguage Emulsion "emulsion") domainEnglishFormat.kif 22021-22021 Yogurt is a subclass of emulsion

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


(=>
    (and
        (instance ?C ChurningButter)
        (instance ?E Emulsion)
        (patient ?C ?E))
    (exists (?M ?B)
        (and
            (holdsDuring
                (BeginFn
                    (WhenFn ?C))
                (and
                    (equal ?E ?M)
                    (instance ?M Milk)))
            (holdsDuring
                (EndFn
                    (WhenFn ?C))
                (and
                    (equal ?E ?B)
                    (instance ?B Butter))))))
Food.kif 3076-3094
(=>
    (instance ?X Emulsion)
    (exists (?L1 ?L2)
        (and
            (instance ?L1 Substance)
            (instance ?L2 Substance)
            (attribute ?L1 Liquid)
            (attribute ?L2 Liquid)
            (not
                (equal ?L1 ?L2)))))
Mid-level-ontology.kif 22664-22673

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


(=>
    (and
        (instance ?L LiquidMixture)
        (attribute ?L Immiscible)
        (equal ?L ?X))
    (instance ?X Emulsion))
Mid-level-ontology.kif 22675-22680


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