![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| OlympicGames(olympic games) | Olympiad, Olympian_Games, Olympic_Games, Olympics, Winter_Olympic_Games, Winter_Olympics |
| appearance as argument number 1 |
|
|
| (subclass OlympicGames Sport) | Sports.kif 1364-1364 | Olympic games is a subclass of sport |
| (documentation OlympicGames EnglishLanguage "A sports event where athletes from various countries compete against one another. The Olympics are now held every two years, either in the winter or the summer.") | Sports.kif 1365-1367 | Olympic games is a subclass of sport |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?O OlympicGames) (or (exists (?W) (and (instance ?W WinterSeason) (temporalPart (WhenFn ?O) ?W))) (exists (?S) (and (instance ?S SummerSeason) (temporalPart (WhenFn ?O) ?S))))) |
Sports.kif 1368-1378 | If X is an instance of olympic games, then there exists Y such that Y is an instance of winter season and the time of existence of X is a part of Y or there exists Z such that Z is an instance of summer season and the time of existence of X is a part of Z |