![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SelfPoweredDevice(self powered device) | power_tool, router, stamper, stamping_machine |
| appearance as argument number 1 |
|
|
| (subclass SelfPoweredDevice Device) | Mid-level-ontology.kif 3349-3349 | Self powered device is a subclass of device |
| (documentation SelfPoweredDevice EnglishLanguage "SelfPoweredDevice is the subclass of Devices whose action is powered by some kind of on-board component or power source (not the user, which would be a UserPoweredVehicle).") | Mid-level-ontology.kif 3350-3353 | Self powered device is a subclass of device |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?DEVICE SelfPoweredDevice) (exists (?SOURCE) (and (instance ?SOURCE Device) (powerComponent ?SOURCE ?DEVICE)))) |
Mid-level-ontology.kif 3355-3360 | If X is an instance of self powered device, then there exists Y such that Y is an instance of device and X is a power component of Y |
| consequent |
|
|
| (=> (and (powerComponent ?G ?O) (instance ?O Device)) (instance ?O SelfPoweredDevice)) |
Mid-level-ontology.kif 2317-2321 | If X is a power component of Y and X is an instance of device, then X is an instance of self powered device |