![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SelfServiceLaundry(self-service laundry) | Laundromat, launderette |
| appearance as argument number 1 |
|
|
| (subclass SelfServiceLaundry Room) | Mid-level-ontology.kif 27699-27699 | Self-service laundry is a subclass of room |
| (documentation SelfServiceLaundry EnglishLanguage "SelfServiceLaundry is a Room where a collection of coin-operated washing machines and dryers are available for customers") | Mid-level-ontology.kif 27700-27702 | Self-service laundry is a subclass of room |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SelfServiceLaundry "self-service laundry") | Mid-level-ontology.kif 27703-27703 |
| antecedent |
|
|
| (=> (instance ?ROOM SelfServiceLaundry) (exists (?WASHER ?DRYER) (and (instance ?WASHER CollectionOfObjects) (memberType ?WASHER ClothesWashingMachine) (located ?WASHER ?ROOM) (instance ?DRYER CollectionOfObjects) (memberType ?DRYER ClothesDryer) (located ?DRYER ?ROOM)))) |
Mid-level-ontology.kif 27705-27714 | If X is an instance of self-service laundry, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of collection (3) clothes washing machine is a member type of Y (4) Y is located at X (5) Z is an instance of collection (6) clothes dryer is a member type of Z (7) Z is located at X |
| (=> (instance ?ROOM SelfServiceLaundry) (attribute ?ROOM CommunalAttribute)) |
Mid-level-ontology.kif 27716-27718 | If X is an instance of self-service laundry, then communal is an attribute of X |