|
|
HotelFrontDesk
|
|
|
| appearance as argument number 1 |
|
|
| (documentation HotelFrontDesk EnglishLanguage "HotelFrontDesk is a subOrganization of a TravelerAccommodation that takes charge of all CheckInService and CheckOutService transactions. They often do other miscellaneous things too at the request of the hotel guest") | Hotel.kif 1753-1756 | |
| (subclass HotelFrontDesk Organization) | Hotel.kif 1752-1752 | Front desk is a subclass of organization |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage HotelFrontDesk "front desk") | Hotel.kif 1757-1757 |
| antecedent |
|
|
| (=> (instance ?X HotelFrontDesk) (exists (?ORG) (and (attribute ?ORG TravelerAccommodation) (subOrganization ?X ?ORG)))) |
Hotel.kif 1759-1764 |
|
| (=> (instance ?X HotelFrontDesk) (hasPurpose ?X (exists (?CHECK) (and (or (instance ?CHECK CheckInService) (instance ?CHECK CheckOutService)) (agent ?CHECK ?X))))) |
Hotel.kif 1766-1774 |
|
| consequent |
|
|
|
|