someRoomsServiceAmenity |
appearance as argument number 1 |
(documentation someRoomsServiceAmenity EnglishLanguage "(someRoomsServiceAmenity ?INV ?SVC) means that there are rooms in RoomInventory ?INV that have roomAmenity ?SVC") | Hotel.kif 195-197 | |
(domain someRoomsServiceAmenity 1 RoomInventory) | Hotel.kif 200-200 | The number 1 argument of service amenity in some rooms is an instance of room inventory |
(domainSubclass someRoomsServiceAmenity 2 ServiceProcess) | Hotel.kif 201-201 | The number 2 argument of service amenity in some rooms is a subclass of service |
(instance someRoomsServiceAmenity BinaryPredicate) | Hotel.kif 194-194 | service amenity in some rooms is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage someRoomsServiceAmenity "some rooms 在 %1 有 %2 ") | domainEnglishFormat.kif 4566-4566 | |
(format ChineseTraditionalLanguage someRoomsServiceAmenity "some rooms 在 %1 有 %2 ") | domainEnglishFormat.kif 4565-4565 | |
(format EnglishLanguage someRoomsServiceAmenity "some rooms in %1 have %2") | domainEnglishFormat.kif 4564-4564 | |
(termFormat EnglishLanguage someRoomsServiceAmenity "service amenity in some rooms") | Hotel.kif 198-198 |
antecedent |
(=> (someRoomsServiceAmenity ?INV ?SVC) (exists (?X) (and (memberType ?INV ?X) (roomAmenity ?X ?SVC)))) |
Hotel.kif 203-208 |
|