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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TwoPercentMilk
TwoPercentMilk

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


(documentation TwoPercentMilk EnglishLanguage "TwoPercentMilk is CowMilk which contains 2% of butter fat. [Wikipedia]") Food.kif 2941-2942
(subclass TwoPercentMilk ProcessedMilk) Food.kif 2940-2940 TwoPercentMilkProcessedMilksubclass では %n

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


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

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 2945-2962


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