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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WholeMilk
WholeMilk(whole milk)whole_milk

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


(documentation WholeMilk EnglishLanguage "WholeMilk is CowMilk which contains 3.25% to 5% of ButterFat. It is typically 3.25% of butter fat in countries such as Australia, Canada, USA.In the UK it is over 3.5%. [Wikipedia]") Food.kif 2853-2855
(subclass WholeMilk ProcessedMilk) Food.kif 2852-2852 Whole milk is a subclass of processed milk

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


(termFormat EnglishLanguage WholeMilk "whole milk") Food.kif 2856-2856

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


(=>
    (and
        (instance ?M WholeMilk)
        (measure ?M
            (MeasureFn ?N ?U))
        (instance ?U UnitOfVolume))
    (exists (?BF ?N2)
        (and
            (instance ?BF ButterFat)
            (part ?BF ?M)
            (not
                (exists (?F2)
                    (and
                        (instance ?F2 ButterFat)
                        (not
                            (equal ?BF ?F2))
                        (part ?F2 ?M))))
            (measure ?BF
                (MeasureFn ?N2 ?U))
            (greaterThanOrEqualTo ?N2
                (MultiplicationFn 0.0325 ?N))
            (lessThanOrEqualTo ?N2
                (MultiplicationFn 0.05 ?N)))))
Food.kif 2858-2876


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