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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TwoPercentMilk
TwoPercentMilk(two percent milk)

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


(documentation TwoPercentMilk EnglishLanguage "TwoPercentMilk is CowMilk which contains 2% of butter fat. [Wikipedia]") Food.kif 2948-2949
(subclass TwoPercentMilk ProcessedMilk) Food.kif 2947-2947 Two percent milk is a subclass of processed milk

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


(termFormat EnglishLanguage TwoPercentMilk "two percent milk") Food.kif 2950-2950

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


(=>
    (and
        (instance ?M TwoPercentMilk)
        (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.02 ?N)))))
Food.kif 2952-2969


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