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 1659-1660
(domain ingredientAmount 3 PhysicalQuantity) Food.kif 1664-1664
(domainSubclass ingredientAmount 1 SelfConnectedObject) Food.kif 1662-1662
(domainSubclass ingredientAmount 2 SelfConnectedObject) Food.kif 1663-1663
(instance ingredientAmount TernaryPredicate) Food.kif 1658-1658

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


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

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 1666-1675


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