![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| RechargeableBattery(rechargeable battery) |
| appearance as argument number 1 |
|
|
| (subclass RechargeableBattery Battery) | Cars.kif 2272-2272 | Rechargeable battery is a subclass of battery |
| (documentation RechargeableBattery EnglishLanguage "A Battery that may be recharged after discharge. LeadAcidWetBattery(s) are the most common subclass.") | Cars.kif 2274-2276 | Rechargeable battery is a subclass of battery |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage RechargeableBattery "rechargeable battery") | Cars.kif 2273-2273 | |
| (subclass LeadAcidWetBattery RechargeableBattery) | Cars.kif 2292-2292 | Lead acid battery is a subclass of rechargeable battery |
| antecedent |
|
|
| (=> (instance ?RB RechargeableBattery) (capability Charging destination ?RB)) |
Cars.kif 2278-2280 | If X is an instance of rechargeable battery, then X is capable of doing charging as a destination |
| consequent |
|
|
| (=> (instance ?C Charging) (exists (?RB) (and (instance ?RB RechargeableBattery) (destination ?C ?RB)))) |
Cars.kif 2243-2248 | If X is an instance of charging, then there exists Y such that Y is an instance of rechargeable battery and X ends up at Y |