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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ingredientAmount

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 ingredientAmount の数値 3 引数は 物理量instance では %n
(domainSubclass ingredientAmount 1 SelfConnectedObject) Food.kif 1656-1656 ingredientAmount の数値 1 引数は 自己接続オブジェクトsubclass では %n
(domainSubclass ingredientAmount 2 SelfConnectedObject) Food.kif 1657-1657 ingredientAmount の数値 2 引数は 自己接続オブジェクトsubclass では %n
(instance ingredientAmount TernaryPredicate) Food.kif 1652-1652 ingredientAmount3進述語instance では %n

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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