HotelReservation(hotel reservation) |
appearance as argument number 1 |
(documentation HotelReservation EnglishLanguage "HotelReservation refers to a Reservation specifically for TravelerAccommodation stays") | Hotel.kif 2843-2844 | |
(subclass HotelReservation Reservation) | Hotel.kif 2842-2842 | Hotel reservation is a subclass of reservation |
appearance as argument number 2 |
(termFormat EnglishLanguage HotelReservation "hotel reservation") | Hotel.kif 2845-2845 |
appearance as argument number 3 |
(domain numberAdultOccupant 1 HotelReservation) | Hotel.kif 2861-2861 | The number 1 argument of number of adult occupants is an instance of hotel reservation |
(domain numberChildOccupant 1 HotelReservation) | Hotel.kif 2900-2900 | The number 1 argument of number of child occupants is an instance of hotel reservation |
(domain numberOccupant 1 HotelReservation) | Hotel.kif 2858-2858 | The number 1 argument of number of occupants is an instance of hotel reservation |
(domain numberSeniorOccupant 1 HotelReservation) | Hotel.kif 2922-2922 | The number 1 argument of number of senior occupants is an instance of hotel reservation |
(domain reservedRoom 1 HotelReservation) | Hotel.kif 2948-2948 | The number 1 argument of reserved room is an instance of hotel reservation |
antecedent |
(=> (and (fulfillingEntity ?AGENT ?RESERVE) (instance ?RESERVE HotelReservation)) (attribute ?AGENT TravelerAccommodation)) |
Hotel.kif 2847-2851 |
|