SwitchDevice |
appearance as argument number 1 |
(documentation SwitchDevice EnglishLanguage "An EngineeringComponent which is capable of turning an ElectricDevice on and off.") | Mid-level-ontology.kif 1778-1779 | |
(externalImage SwitchDevice "http://upload.wikimedia.org/wikipedia/en/8/ 80/ On-Off_Switch.jpg") | pictureList.kif 2012-2012 | |
(subclass SwitchDevice EngineeringComponent) | Mid-level-ontology.kif 1777-1777 |
appearance as argument number 2 |
(subclass IDeviceHomeButton SwitchDevice) | ComputingBrands.kif 3135-3135 | |
(subclass Relay SwitchDevice) | engineering.kif 749-749 | |
(termFormat ChineseLanguage SwitchDevice "开关设备") | domainEnglishFormat.kif 56598-56598 | |
(termFormat ChineseTraditionalLanguage SwitchDevice "開關設備") | domainEnglishFormat.kif 56597-56597 | |
(termFormat EnglishLanguage SwitchDevice "switch device") | domainEnglishFormat.kif 56596-56596 |
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 1781-1788 |