![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
FallSeason(fall season)
| autumn, fall |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| appearance as argument number 5 |
|
|
| antecedent |
|
|
| (=> (instance ?AUTUMN FallSeason) (exists (?SUMMER) (and (instance ?SUMMER SummerSeason) (meetsTemporally ?SUMMER ?AUTUMN)))) |
Mid-level-ontology.kif 21139-21144 | If X is an instance of fall season, then there exists Y such that Y is an instance of summer season and Y meets X |
| (=> (instance ?AUTUMN FallSeason) (exists (?WINTER) (and (instance ?WINTER WinterSeason) (meetsTemporally ?AUTUMN ?WINTER)))) |
Mid-level-ontology.kif 21146-21151 | If X is an instance of fall season, then there exists Y such that Y is an instance of winter season and X meets Y |
| consequent |
|
|
| (=> (instance ?WINTER WinterSeason) (exists (?AUTUMN) (and (instance ?AUTUMN FallSeason) (meetsTemporally ?AUTUMN ?WINTER)))) |
Mid-level-ontology.kif 21090-21095 | If X is an instance of winter season, then there exists Y such that Y is an instance of fall season and Y meets X |
| (=> (instance ?SUMMER SummerSeason) (exists (?AUTUMN) (and (instance ?AUTUMN FallSeason) (meetsTemporally ?SUMMER ?AUTUMN)))) |
Mid-level-ontology.kif 21128-21133 | If X is an instance of summer season, then there exists Y such that Y is an instance of fall season and X meets Y |