AdjoiningRoom(adjoining room) | adjoining_room, connecting_room |
appearance as argument number 1 |
(documentation AdjoiningRoom EnglishLanguage "AdjoiningRoom describes a Room that has another Room Adjacent to it, and a doorway existing on their common wall to allow access from one room to another") | Mid-level-ontology.kif 15446-15448 | |
(instance AdjoiningRoom RelationalAttribute) | Mid-level-ontology.kif 15445-15445 | Adjoining room is an instance of relational attribute |
appearance as argument number 2 |
(termFormat EnglishLanguage AdjoiningRoom "adjoining room") | Mid-level-ontology.kif 15449-15449 |
antecedent |
(=> (attribute ?X AdjoiningRoom) (exists (?ROOM ?WALL ?DOOR) (and (attribute ?ROOM AdjoiningRoom) (not (equal ?ROOM ?X)) (orientation ?X ?ROOM Adjacent) (instance ?WALL Wall) (part ?WALL ?ROOM) (part ?WALL ?X) (instance ?DOOR Door) (part ?DOOR ?WALL)))) |
Mid-level-ontology.kif 15455-15466 |
|
(=> (attribute ?X AdjoiningRoom) (instance ?X Room)) |
Mid-level-ontology.kif 15451-15453 |
|
consequent |
(=> (attribute ?X AdjoiningRoom) (exists (?ROOM ?WALL ?DOOR) (and (attribute ?ROOM AdjoiningRoom) (not (equal ?ROOM ?X)) (orientation ?X ?ROOM Adjacent) (instance ?WALL Wall) (part ?WALL ?ROOM) (part ?WALL ?X) (instance ?DOOR Door) (part ?DOOR ?WALL)))) |
Mid-level-ontology.kif 15455-15466 |
|