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