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 47-48 | |
(domain ingredientAmount 3 PhysicalQuantity) | Food.kif 52-52 | |
(domainSubclass ingredientAmount 1 SelfConnectedObject) | Food.kif 50-50 | |
(domainSubclass ingredientAmount 2 SelfConnectedObject) | Food.kif 51-51 | |
(instance ingredientAmount TernaryRelation) | Food.kif 46-46 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3703-3703 | |
(format ChineseTraditionalLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3702-3702 | |
(format EnglishLanguage ingredientAmount "%3 of %1 is used in %2") | domainEnglishFormat.kif 3701-3701 | |
(termFormat EnglishLanguage ingredientAmount "amount of ingredient") | Food.kif 49-49 |
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 54-63 |
![]() |
![]() |