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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ingredientAmount
ingredientAmount

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


(documentation ingredientAmount EnglishLanguage "(ingredientAmount ?ING ?FOOD ?AMT means that ?AMT of ?ING is used to make ?FOOD") Food.kif 1653-1654
(domain ingredientAmount 3 PhysicalQuantity) Food.kif 1658-1658
(domainSubclass ingredientAmount 1 SelfConnectedObject) Food.kif 1656-1656
(domainSubclass ingredientAmount 2 SelfConnectedObject) Food.kif 1657-1657
(instance ingredientAmount TernaryPredicate) Food.kif 1652-1652

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


(format ChineseLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") domainEnglishFormat.kif 3698-3698
(format ChineseTraditionalLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") domainEnglishFormat.kif 3697-3697
(format EnglishLanguage ingredientAmount "%3 of %1 is used in %2") domainEnglishFormat.kif 3696-3696
(termFormat EnglishLanguage ingredientAmount "amount of ingredient") Food.kif 1655-1655

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


(=>
    (ingredientAmount ?ING ?FOOD ?AMT)
    (exists (?PROC ?X ?Y)
        (and
            (instance ?X ?ING)
            (measure ?X ?AMT)
            (instance ?Y ?FOOD)
            (instance ?PROC Process)
            (patient ?PROC ?X)
            (result ?PROC ?Y))))
Food.kif 1660-1669


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