![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| reservedRoom |
| appearance as argument number 1 |
|
|
| (instance reservedRoom BinaryPredicate) | Hotel.kif 2960-2960 | reserved room is an instance of binary predicate |
| (documentation reservedRoom EnglishLanguage "(reservedRoom ?RESERVE ?ROOMTYPE) means that the &$HotelUnit ?ROOMTYPE is the requested room type for the hotel stay indicated by HotelReservation ?RESERVE") | Hotel.kif 2961-2963 | reserved room is an instance of binary predicate |
| (domain reservedRoom 1 HotelReservation) | Hotel.kif 2966-2966 | The number 1 argument of reserved room is an instance of hotel reservation |
| (domainSubclass reservedRoom 2 HotelUnit) | Hotel.kif 2967-2967 | The number 2 argument of reserved room is a subclass of hotel unit |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage reservedRoom "reserved room") | Hotel.kif 2964-2964 | |
| (format EnglishLanguage reservedRoom "%1 is a reservation for %2") | domainEnglishFormat.kif 4412-4412 | |
| (format ChineseTraditionalLanguage reservedRoom "%1 是對於 %2 的 reservation ") | domainEnglishFormat.kif 4413-4413 | |
| (format ChineseLanguage reservedRoom "%1 是对于 %2 的 reservation ") | domainEnglishFormat.kif 4414-4414 |
| antecedent |
|
|
| (=> (and (reservedRoom ?RESERVE ?ROOMTYPE) (reservationStart ?RESERVE ?TIME1) (reservationEnd ?RESERVE ?TIME2) (reservingEntity ?RESERVE ?CUST)) (modalAttribute (holdsDuring (TimeIntervalFn ?TIME1 ?TIME2) (exists (?X) (and (instance ?X ?ROOMTYPE) (stays ?CUST ?X)))) Likely)) |
Hotel.kif 2969-2981 | If X is a reservation for Y, Z starts at X, W ends at X, and X reserves V, then the statement there exists U such that U is an instance of Y, V stays at U holds during interval between Z, and W has the modal force of likely |