numberChildOccupant |
appearance as argument number 1 |
![]() |
(documentation numberChildOccupant EnglishLanguage "(numberChildOccupant ?RESERVE ?NUM) means tht the HotelReservation ?RESERVE indicates Integer ?NUM of HumanChild is included in the reservation") | Hotel.kif 2865-2867 | |
(domain numberChildOccupant 1 HotelReservation) | Hotel.kif 2869-2869 | |
(domain numberChildOccupant 2 Integer) | Hotel.kif 2870-2870 | |
(instance numberChildOccupant BinaryPredicate) | Hotel.kif 2864-2864 | |
(subrelation numberChildOccupant numberOccupant) | Hotel.kif 2863-2863 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage numberChildOccupant "%1 也许 have %2 孩童") | domainEnglishFormat.kif 3991-3991 | |
(format ChineseTraditionalLanguage numberChildOccupant "%1 也許 have %2 孩童") | domainEnglishFormat.kif 3990-3990 | |
(format EnglishLanguage numberChildOccupant "%1 may have %2 children") | domainEnglishFormat.kif 3989-3989 | |
(termFormat EnglishLanguage numberChildOccupant "number of child occupants") | Hotel.kif 2868-2868 |
antecedent |
![]() |
(=> (and (numberChildOccupant ?RESERVE ?NUM) (fulfillingEntity ?RESERVE ?HOTEL)) (exists (?COL ?SUBCOL) (and (instance ?COL GroupOfPeople) (subCollection ?SUBCOL ?COL) (instance ?SUBCOL GroupOfPeople) (memberType ?SUBCOL HumanChild) (memberCount ?SUBCOL ?NUM) (potentialCustomer ?COL ?HOTEL)))) |
Hotel.kif 2872-2883 |
![]() |
![]() |