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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WholeMilk

Sigma KEE - WholeMilk
WholeMilk

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 2846-2848
(subclass WholeMilk ProcessedMilk) Food.kif 2845-2845

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


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

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 2851-2869


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