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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ChurningButter
ChurningButter(churning butter)churn

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


(documentation ChurningButter EnglishLanguage "ChurningButter is a Rotating Motion applied to Milk with the purpose to separate the fat in the milk to make Butter.") Food.kif 3068-3069
(subclass ChurningButter Rotating) Food.kif 3067-3067 Churning butter is a subclass of rotating

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


(termFormat EnglishLanguage ChurningButter "churning butter") Food.kif 3070-3070

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 3083-3101
(=>
    (instance ?C ChurningButter)
    (hasPurpose ?C
        (exists (?M ?R ?B)
            (and
                (instance ?M Milk)
                (instance ?R Rotating)
                (patient ?R ?M)
                (result ?R ?B)
                (instance ?B Butter)))))
Food.kif 3072-3081

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


(=>
    (instance ?B Butter)
    (exists (?C)
        (and
            (instance ?C ChurningButter)
            (result ?C ?B))))
Food.kif 3108-3113


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