![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| checkInTime |
| appearance as argument number 1 |
|
|
| (instance checkInTime BinaryPredicate) | Hotel.kif 663-663 | check-in time is an instance of binary predicate |
| (documentation checkInTime EnglishLanguage "(checkInTime ?HOTEL ?TIME) means that TravelerAccomodation ?HOTEL only starts CheckInService after ?TIME") | Hotel.kif 664-665 | check-in time is an instance of binary predicate |
| (domain checkInTime 1 Organization) | Hotel.kif 668-668 | The number 1 argument of check-in time is an instance of organization |
| (domainSubclass checkInTime 2 TimePoint) | Hotel.kif 669-669 | The number 2 argument of check-in time is a subclass of time point |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage checkInTime "check-in time") | Hotel.kif 666-666 | |
| (format EnglishLanguage checkInTime "%1 allows checkins after %2") | domainEnglishFormat.kif 2972-2972 | |
| (format ChineseTraditionalLanguage checkInTime "%1 允許在 %2 之後的 checkins ") | domainEnglishFormat.kif 2973-2973 | |
| (format ChineseLanguage checkInTime "%1 允许在 %2 之后的 checkins ") | domainEnglishFormat.kif 2974-2974 |
| antecedent |
|
|
| (=> (checkInTime ?HOTEL ?TIME) (modalAttribute (exists (?T ?C) (and (instance ?T ?TIME) (instance ?C CheckInService) (agent ?C ?HOTEL) (before (BeginFn (WhenFn ?C)) ?T))) Unlikely)) |
Hotel.kif 671-679 | If X allows checkins after Y, then the statement there exist Z, W such that Z is an instance of Y, W is an instance of check-in service, X is an agent of W, and the beginning of the time of existence of W happens before Z has the modal force of unlikely |