![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MealAttributeFn |
| appearance as argument number 1 |
|
|
| (instance MealAttributeFn BinaryFunction) | Food.kif 1904-1904 | Meal attribute function is an instance of binary function |
| (documentation MealAttributeFn EnglishLanguage "(MealAttributeFn ?MEAL ?AREA) returns a RelationalAttribute to describe the Meal ?MEAL in a specific Region ?AREA. This coveres the cases where Steak and Eggs would be dinner in Asia but breakfast in the US.") | Food.kif 1905-1908 | Meal attribute function is an instance of binary function |
| (domain MealAttributeFn 1 Meal) | Food.kif 1911-1911 | The number 1 argument of meal attribute function is an instance of meal |
| (domain MealAttributeFn 2 Region) | Food.kif 1912-1912 | The number 2 argument of meal attribute function is an instance of region |
| (range MealAttributeFn RelationalAttribute) | Food.kif 1913-1913 | The range of meal attribute function is an instance of relational attribute |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MealAttributeFn "meal attribute function") | Food.kif 1909-1909 | |
| (format EnglishLanguage MealAttributeFn "the appropriate meal for %1 in %2") | domainEnglishFormat.kif 3834-3834 | |
| (format ChineseTraditionalLanguage MealAttributeFn "對於 %1 合適的 meal 在 %2 ") | domainEnglishFormat.kif 3835-3835 | |
| (format ChineseLanguage MealAttributeFn "对于 %1 合适的 meal 在 %2 ") | domainEnglishFormat.kif 3836-3836 |
| consequent |
|
|
| (=> (attribute ?MEAL ContinentalBreakfast) (or (equal ContinentalBreakfast (MealAttributeFn ?MEAL NorthAmerica)) (equal ContinentalBreakfast (MealAttributeFn ?MEAL Europe)))) |
Food.kif 1738-1742 | If continental breakfast is an attribute of X, then equal continental breakfast and the appropriate meal for X in north america or equal continental breakfast and the appropriate meal for X in europe |
| statement |
|
|
| (exists (?MEAL ?REGION) (attribute ?MEAL (MealAttributeFn ?MEAL ?REGION))) |
Food.kif 1915-1916 | There exist X and Y such that the appropriate meal for X in Y is an attribute of X |