![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
SwitchDevice
|
|
|
| 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 |