![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
WaterPurifier
|
|
|
| appearance as argument number 1 |
|
|
| (subclass WaterPurifier HouseUtilityAppliance) | HouseholdAppliances.kif 995-995 | Water purifier is a subclass of house utility appliance |
| (documentation WaterPurifier EnglishLanguage "A Device designed to remove some undesirable materials/ chemicals from water.") | HouseholdAppliances.kif 996-996 | Water purifier is a subclass of house utility appliance |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?DEVICE WaterPurifier) (hasPurpose ?DEVICE (exists (?WATER ?PROCESS) (and (instance ?WATER Water) (instance ?PROCESS Process) (patient ?PROCESS ?WATER) (holdsDuring (EndFn (WhenFn ?PROCESS)) (attribute ?WATER Clean)))))) |
HouseholdAppliances.kif 999-1010 | If X is an instance of water purifier, then X has the purpose there exist Y, Z such that Y is an instance of water, Z is an instance of process, Y is a patient of Z, and clean is an attribute of Y holds during the end of the time of existence of Z |