![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Weekend
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Weekend TimeInterval) | Mid-level-ontology.kif 21055-21055 | Weekend is a subclass of timeframe |
| (documentation Weekend EnglishLanguage "Any Saturday and Sunday which are contiguous.") | Mid-level-ontology.kif 21056-21056 | Weekend is a subclass of timeframe |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?WEEKEND Weekend) (exists (?SATURDAY ?SUNDAY) (and (instance ?SATURDAY Saturday) (instance ?SUNDAY Sunday) (starts ?SATURDAY ?WEEKEND) (finishes ?SUNDAY ?WEEKEND) (meetsTemporally ?SATURDAY ?SUNDAY)))) |
Mid-level-ontology.kif 21058-21066 | If X is an instance of weekend, then there exist Y, Z such that Y is an instance of Saturday, Z is an instance of Sunday, Y starts X, Z finishes X, and Y meets Z |