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 | The number 3 argument of amount of ingredient is an instance of physical quantity |
(domainSubclass ingredientAmount 1 SelfConnectedObject) | Food.kif 1656-1656 | The number 1 argument of amount of ingredient is a subclass of self connected object |
(domainSubclass ingredientAmount 2 SelfConnectedObject) | Food.kif 1657-1657 | The number 2 argument of amount of ingredient is a subclass of self connected object |
(instance ingredientAmount TernaryPredicate) | Food.kif 1652-1652 | amount of ingredient is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3692-3692 | |
(format ChineseTraditionalLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3691-3691 | |
(format EnglishLanguage ingredientAmount "%3 of %1 is used in %2") | domainEnglishFormat.kif 3690-3690 | |
(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 |
|