![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| Suite(suite) | rooms, suite |
| appearance as argument number 1 |
|
|
| (instance Suite HotelRoomAttribute) | Hotel.kif 1005-1005 | Suite is an instance of hotel room attribute |
| (documentation Suite EnglishLanguage "Suite describes an HotelRoom that has more than one Room within it") | Hotel.kif 1006-1007 | Suite is an instance of hotel room attribute |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (attribute ?X Suite) (instance ?X HotelUnit)) (exists (?R1 ?R2) (and (instance ?R1 HotelRoom) (instance ?R2 HotelRoom) (orientation ?R1 ?X Inside) (orientation ?R2 ?X Inside) (not (equal ?R1 ?R2))))) |
Hotel.kif 1011-1022 | If suite is an attribute of X and X is an instance of hotel unit, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of hotel room (3) Z is an instance of hotel room (4) Y is inside the to X (5) Z is inside the to X (6) equal Y (7) Z |
| (=> (attribute ?X Suite) (exists (?AREA) (and (instance ?AREA SittingArea) (located ?AREA ?X)))) |
Hotel.kif 1024-1029 | If suite is an attribute of X, then there exists Y such that Y is an instance of sitting area and Y is located at X |