![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| checkOutTime |
| appearance as argument number 1 |
|
|
| (instance checkOutTime BinaryPredicate) | Hotel.kif 681-681 | check-out time is an instance of binary predicate |
| (documentation checkOutTime EnglishLanguage "(checkOutTime ?HOTEL ?TIME) means that TravelerAccommodation ?HOTEL expects guests to CheckOutService before ?TIME") | Hotel.kif 682-683 | check-out time is an instance of binary predicate |
| (domain checkOutTime 1 CognitiveAgent) | Hotel.kif 685-685 | The number 1 argument of check-out time is an instance of cognitive agent |
| (domain checkOutTime 2 TimePoint) | Hotel.kif 686-686 | The number 2 argument of check-out time is an instance of time point |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage checkOutTime "check-out time") | Hotel.kif 684-684 | |
| (format EnglishLanguage checkOutTime "one must check out before %2 at %1") | domainEnglishFormat.kif 2980-2980 | |
| (format ChineseTraditionalLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") | domainEnglishFormat.kif 2981-2981 | |
| (format ChineseLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") | domainEnglishFormat.kif 2982-2982 |
| antecedent |
|
|
| (=> (and (checkOutTime ?HOTEL ?TIME) (guest ?GUEST ?HOTEL)) (expects ?HOTEL (exists (?T ?C) (and (instance ?T ?TIME) (patient ?C ?GUEST) (instance ?C CheckOutService) (agent ?C ?HOTEL) (before (BeginFn (WhenFn ?C)) ?T))))) |
Hotel.kif 688-699 | If one must check out before X at Y and Z is a guest at Y, then Y expects there exist W, V such that W is an instance of X, Z is a patient of V, V is an instance of check-out service, Y is an agent of V, and the beginning of the time of existence of V happens before W will be true |