![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| numberOccupant |
| appearance as argument number 1 |
|
|
| (instance numberOccupant BinaryPredicate) | Hotel.kif 2871-2871 | number of occupants is an instance of binary predicate |
| (documentation numberOccupant EnglishLanguage "(numberOccupant ?RESERVE ?NUM) means that the HotelReservation ?RESERVE indicates Integer ?NUM of Human that will potentially be staying in the TravelerAccommodation") | Hotel.kif 2872-2874 | number of occupants is an instance of binary predicate |
| (domain numberOccupant 1 HotelReservation) | Hotel.kif 2876-2876 | The number 1 argument of number of occupants is an instance of hotel reservation |
| (domain numberOccupant 2 Integer) | Hotel.kif 2877-2877 | The number 2 argument of number of occupants is an instance of integer |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (numberOccupant ?RESERVE ?NUM) (fulfillingEntity ?HOTEL ?RESERVE)) (exists (?COL) (and (instance ?COL GroupOfPeople) (memberType ?COL Human) (memberCount ?COL ?NUM) (potentialCustomer ?COL ?HOTEL)))) |
Hotel.kif 2882-2891 | If X may have Y occupants and Z fulfills X, then there exists W such that W is an instance of group of people, human is a member type of W, Y is a member count of W, and W is a potential customer for Z |