![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DailyTempFn |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DailyTempFn "daily temperature of a place for a certain day") | Weather.kif 710-710 | |
| (format EnglishLanguage DailyTempFn "The avearage daily temperature for Region %1") | Weather.kif 711-711 |
| antecedent |
|
|
| (=> (and (instance ?W WaterArea) (equal ?T (DailyTempFn ?W ?D))) (averageSSTForPeriod ?W ?D ?T)) |
Weather.kif 716-721 | If X is an instance of water area and equal Y and The avearage daily temperature for Region X, then Y for X for Z |
| consequent |
|
|
| (=> (and (equal ?L (DailyTempListFn ?W ?M ?Y)) (inList ?T ?L) (equal ?DAYS (NumberOfDaysInMonthFn ?M ?Y))) (exists (?D ?DAY ?YEAR) (and (lessThanOrEqualTo ?D ?DAYS) (equal ?T (DailyTempFn ?W ?DAY)) (instance ?Y ?YEAR) (instance ?DAY (DayFn ?D (MonthFn ?M ?YEAR)))))) |
Weather.kif 643-657 | If equal X and The List of daily temperature for month Y in year Z for GeographicArea W, V is a member of X, and equal U, Number of days in month Y, and year Z, then there exist T, S, R such that T is less than or equal to U, equal V, The avearage daily temperature for Region W, Z is an instance of R, and S is an instance of the day T of month the month Y |