![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
AirConditioner
|
|
|
| appearance as argument number 1 |
|
|
| (subclass AirConditioner ElectricDevice) | Mid-level-ontology.kif 28560-28560 | Air conditioner is a subclass of electric device |
| (documentation AirConditioner EnglishLanguage "AirConditioner is a type of ElectricDevice that is designed to provide comfort during hot or cold weather by keeping the air in an area a specific temperature") | Mid-level-ontology.kif 28561-28563 | Air conditioner is a subclass of electric device |
| (subclass AirConditioner HomeAppliance) | Society.kif 636-636 | Air conditioner is a subclass of home appliance |
| (subclass AirConditioner CoolingDevice) | Society.kif 637-637 | Air conditioner is a subclass of cooling device |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?X AirConditioner) (hasPurpose ?X (exists (?PROC ?TEMP ?AREA) (and (located ?X ?AREA) (instance ?PROC Cooling) (instrument ?PROC ?X))))) |
Mid-level-ontology.kif 28566-28573 | If X is an instance of air conditioner, then X has the purpose there exist Y, Z, W such that X is located at W, Y is an instance of cooling, and X is an instrument for Y |
| consequent |
|
|
| (=> (roomAmenity ?HR TemperatureControl) (exists (?DEVICE ?ROOM ?TEMP) (and (instance ?ROOM ?HR) (instance ?DEVICE AirConditioner) (instance ?TEMP TemperatureControl) (located ?TEMP ?ROOM) (part ?TEMP ?DEVICE)))) |
Hotel.kif 1505-1513 | If temperature control is an amenity in X, then there exist Y, Z, W such that Z is an instance of X, Y is an instance of air conditioner, W is an instance of temperature control, W is located at Z, and W is a part of Y |