![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ingredientAmount |
| appearance as argument number 1 |
|
|
| (instance ingredientAmount TernaryPredicate) | Food.kif 1638-1638 | amount of ingredient is an instance of ternary predicate |
| (documentation ingredientAmount EnglishLanguage "(ingredientAmount ?ING ?FOOD ?AMT means that ?AMT of ?ING is used to make ?FOOD") | Food.kif 1639-1640 | amount of ingredient is an instance of ternary predicate |
| (domainSubclass ingredientAmount 1 SelfConnectedObject) | Food.kif 1642-1642 | The number 1 argument of amount of ingredient is a subclass of self connected object |
| (domainSubclass ingredientAmount 2 SelfConnectedObject) | Food.kif 1643-1643 | The number 2 argument of amount of ingredient is a subclass of self connected object |
| (domain ingredientAmount 3 PhysicalQuantity) | Food.kif 1644-1644 | The number 3 argument of amount of ingredient is an instance of physical quantity |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ingredientAmount "amount of ingredient") | Food.kif 1641-1641 | |
| (format EnglishLanguage ingredientAmount "%3 of %1 is used in %2") | domainEnglishFormat.kif 3694-3694 | |
| (format ChineseTraditionalLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3695-3695 | |
| (format ChineseLanguage ingredientAmount "%1 的 %3 是 used 在 %2 ") | domainEnglishFormat.kif 3696-3696 |
| 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 1646-1655 | If X of Y is used in Z, then All of the following hold: (1) there exist W, V (2) U such that V is an instance of Y (3) the measure of V is X (4) U is an instance of Z (5) W is an instance of process (6) V is a patient of W (7) U is a result of W |