![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
SwitchDevice(switch device)
| DIP_switch, bell, bell_push, button, buzzer, commutator, cutout, doorbell, dual_inline_package_switch, electric_switch, electrical_switch, horn_button, ignition_switch, on-off_switch, on/off_switch, panic_button, push, push_button, reset_button, selector, selector_switch, switch, switch_on, three-point_switch, three-way_switch, toggle, toggle_switch, turn_on |
| appearance as argument number 1 |
|
|
| (subclass SwitchDevice EngineeringComponent) | Mid-level-ontology.kif 2359-2359 | Switch device is a subclass of engineering component |
| (documentation SwitchDevice EnglishLanguage "An EngineeringComponent which is capable of turning an ElectricDevice on and off.") | Mid-level-ontology.kif 2360-2361 | Switch device is a subclass of engineering component |
| (externalImage SwitchDevice "http://upload.wikimedia.org/wikipedia/en/8/ 80/ On_Off_Switch.jpg") | pictureList.kif 2012-2012 | Switch device is a subclass of engineering component |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?DEVICE SwitchDevice) (exists (?PROC1 ?PROC2 ?ELECTRIC) (and (instrument ?PROC1 ?DEVICE) (causes ?PROC1 ?PROC2) (instrument ?PROC2 ?ELECTRIC) (instance ?ELECTRIC ElectricDevice)))) |
Mid-level-ontology.kif 2363-2370 | If X is an instance of switch device, then there exist Y, Z, W such that X is an instrument for Y, Y causes Z, W is an instrument for Z, and W is an instance of electric device |