checkInTime |
appearance as argument number 1 |
(documentation checkInTime EnglishLanguage "(checkInTime ?HOTEL ?TIME) means that TravelerAccomodation ?HOTEL only starts CheckInService after ?TIME") | Hotel.kif 660-661 | |
(domain checkInTime 1 Organization) | Hotel.kif 664-664 | The number 1 argument of check-in time is an instance of organization |
(domainSubclass checkInTime 2 TimePoint) | Hotel.kif 665-665 | The number 2 argument of check-in time is a subclass of time point |
(instance checkInTime BinaryPredicate) | Hotel.kif 659-659 | check-in time is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage checkInTime "%1 允许在 %2 之后的 checkins ") | domainEnglishFormat.kif 2970-2970 | |
(format ChineseTraditionalLanguage checkInTime "%1 允許在 %2 之後的 checkins ") | domainEnglishFormat.kif 2969-2969 | |
(format EnglishLanguage checkInTime "%1 allows checkins after %2") | domainEnglishFormat.kif 2968-2968 | |
(termFormat EnglishLanguage checkInTime "check-in time") | Hotel.kif 662-662 |
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 667-675 |
|