![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DoubleBed(full-sized bed) | double_bed |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DoubleBed "full-sized bed") | Mid-level-ontology.kif 4485-4485 |
| antecedent |
|
|
| (=> (instance ?X DoubleBed) (and (width ?X (MeasureFn 1.35 Meter)) (length ?X (MeasureFn 2.0 Meter)))) |
Mid-level-ontology.kif 4487-4491 | If X is an instance of full-sized bed, then the width of X is 1.35 meter(s) and the length of X is 2.0 meter(s) |
| (=> (instance ?X DoubleBed) (modalAttribute (exists (?P1 ?P2 ?TIME) (and (not (equal ?P1 ?P2)) (instance ?P1 Human) (instance ?P2 Human) (holdsDuring ?TIME (and (attribute ?P1 Asleep) (attribute ?P2 Asleep) (located ?P1 ?X) (located ?P2 ?X))))) Possibility)) |
Mid-level-ontology.kif 4493-4506 | If X is an instance of full-sized bed, then All of the following hold: (1) the statement there exist Y, Z (2) W such that equal Y (3) Z (4) Y is an instance of human (5) Z is an instance of human (6) asleep is an attribute of Y (7) asleep is an attribute of Z (8) Y is located at X (9) Z is located at X holds during W has the modal force of possibility |
| consequent |
|
|
| (=> (instance ?DR DoubleRoom) (exists (?B ?B1 ?B2) (or (and (instance ?B DoubleBed) (instance ?DR HotelRoom) (located ?B ?DR)) (and (instance ?B1 SingleBed) (instance ?B2 SingleBed) (instance ?DR HotelRoom) (located ?B1 ?DR) (located ?B2 ?DR))))) |
TravelPolicies.kif 1091-1104 | If X is an instance of DoubleRoom, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of full-sized bed (3) X is an instance of hotel room (4) Y is located at X or Z is an instance of twin-sized bed (5) W is an instance of twin-sized bed (6) X is an instance of hotel room (7) Z is located at X (8) W is located at X |