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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - OnePercentMilk
OnePercentMilk(one percent milk)

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


(documentation OnePercentMilk EnglishLanguage "OnePercentMilk is CowMilk which contains 1% of butter fat. [Wikipedia]") Food.kif 2972-2973
(subclass OnePercentMilk ProcessedMilk) Food.kif 2971-2971 One percent milk is a subclass of processed milk

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


(termFormat EnglishLanguage OnePercentMilk "one percent milk") Food.kif 2974-2974

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


(=>
    (and
        (instance ?M OnePercentMilk)
        (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))
            (equal ?N2
                (MultiplicationFn 0.01 ?N)))))
Food.kif 2976-2993


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