(=>
(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 |