Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - ElectricDevice
ElectricDevice(electric device)
CRO, automobile_horn, car_horn, cathode-ray_oscilloscope, chair, choke, choke_coil, choking_coil, death_chair, drum_sander, electric_blanket, electric_chair, electric_drill, electric_hammer, electric_mixer, electric_sander, electric_typewriter, electrical_device, electrical_system, electrode, electrograph, electromechanical_device, electron_accelerator, electron_tube, electronic, electronic_converter, electronic_device, electronic_equipment, hooter, horn, hot_seat, interrupter, magneto, magnetoelectric_machine, mosaic, motor_horn, oscilloscope, pulse_generator, raster, sander, scaler, scope, smoother, thermionic_tube, thermionic_vacuum_tube, thermionic_valve, tube, vacuum_tube

appearance as argument number 1
-------------------------


(subclass ElectricDevice Device) Mid-level-ontology.kif 3141-3141 Electric device is a subclass of device
(documentation ElectricDevice EnglishLanguage "A Device that uses Electricity as its primary power source.") Mid-level-ontology.kif 3142-3143 Electric device is a subclass of device
(externalImage ElectricDevice "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 2/ 2c/ Ceiling_fan_with_light.png/ 180px_Ceiling_fan_with_light.png") pictureList.kif 1096-1096 Electric device is a subclass of device

appearance as argument number 2
-------------------------


(subclass ElectricMotor ElectricDevice) Mid-level-ontology.kif 2355-2355 Electric motor is a subclass of electric device
(subclass Microphone ElectricDevice) Mid-level-ontology.kif 2372-2372 Microphone is a subclass of electric device
(subclass ReceiverDevice ElectricDevice) Mid-level-ontology.kif 2378-2378 Receiver device is a subclass of electric device
(subclass Telegraph ElectricDevice) Mid-level-ontology.kif 2388-2388 Telegraph is a subclass of electric device
(subclass Refrigerator ElectricDevice) Mid-level-ontology.kif 2942-2942 Refrigerator is a subclass of electric device
(subclass Battery ElectricDevice) Mid-level-ontology.kif 3177-3177 Battery is a subclass of electric device
(subclass Radar ElectricDevice) Mid-level-ontology.kif 3181-3181 Radar is a subclass of electric device
(subclass SecurityAlarm ElectricDevice) Mid-level-ontology.kif 3495-3495 Security alarm is a subclass of electric device
(subclass Telephone ElectricDevice) Mid-level-ontology.kif 3578-3578 Telephone is a subclass of electric device
(subclass FaxMachine ElectricDevice) Mid-level-ontology.kif 3622-3622 Fax machine is a subclass of electric device
(subclass SolderingIron ElectricDevice) Mid-level-ontology.kif 6760-6760 Soldering iron is a subclass of electric device
(subclass TelephonyDevice ElectricDevice) Mid-level-ontology.kif 26854-26854 Telephony device is a subclass of electric device
(subclass FabricIron ElectricDevice) Mid-level-ontology.kif 27496-27496 Iron is a subclass of electric device
(subclass HairDryer ElectricDevice) Mid-level-ontology.kif 27684-27684 Hair dryer is a subclass of electric device
(subclass AirConditioner ElectricDevice) Mid-level-ontology.kif 28560-28560 Air conditioner is a subclass of electric device
(subclass SpeakerDevice ElectricDevice) Mid-level-ontology.kif 28604-28604 Speaker is a subclass of electric device
(subclass VideoDisplay ElectricDevice) Mid-level-ontology.kif 28819-28819 Video display is a subclass of electric device
(subclass Photocopier ElectricDevice) Mid-level-ontology.kif 28849-28849 Photocopier is a subclass of electric device
(subclass Computer ElectricDevice) Mid-level-ontology.kif 32141-32141 Computer is a subclass of electric device
(subclass Charger ElectricDevice) Cars.kif 2251-2251 Charger is a subclass of electric device
(subclass Electromagnet ElectricDevice) Cars.kif 3757-3757 Electromagnet is a subclass of electric device
(subclass Solenoid ElectricDevice) Cars.kif 3793-3793 Solenoid is a subclass of electric device
(disjoint UnpoweredDevice ElectricDevice) Cars.kif 4373-4373 Unpowered device is disjoint from electric device

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain annualEnergyConsumption 1 ElectricDevice) HouseholdAppliances.kif 1325-1325 The number 1 argument of annual energy consumption is an instance of electric device
(domainSubclass idleStatePowerConsumption 1 ElectricDevice) HouseholdAppliances.kif 1347-1347 The number 1 argument of idle power consumption is a subclass of electric device

antecedent
-------------------------


(=>
    (and
        (instance ?DEV ElectricDevice)
        (instance ?EV Process)
        (instrument ?EV ?DEV))
    (exists (?R)
        (and
            (instance ?R Electricity)
            (resource ?EV ?R))))
Mid-level-ontology.kif 3145-3153 If X is an instance of electric device, Y is an instance of process, and X is an instrument for Y, then there exists Z such that Z is an instance of electricity and Z is a resource for Y
(=>
    (and
        (instance ?PLUG ElectricalPlug)
        (instance ?DEVICE ElectricDevice)
        (instance ?OUTLET ElectricalOutlet)
        (connectedEngineeringComponents ?DEVICE ?PLUG)
        (completelyFills ?PLUG ?OUTLET)
        (instance ?POWER PowerSource)
        (connectedEngineeringComponents ?POWER ?OUTLET))
    (exists (?RE)
        (and
            (instance ?RE RadiatingElectromagnetic)
            (origin ?RE ?POWER)
            (destination ?RE ?DEVICE))))
Mid-level-ontology.kif 28519-28532 If All of the following hold: (1) X is an instance of electrical plug (2) Y is an instance of electric device (3) Z is an instance of electrical outlet (4) Y is connected to X (5) X completely fills Z (6) W is an instance of power source (7) W is connected to Z, then there exists V such that V is an instance of radiating electromagnetic, V originates at W, and V ends up at Y
(=>
    (and
        (instance ?DEV SpeakerDevice)
        (instance ?DEV ElectricDevice))
    (instance ?DEV ElectricSpeakerDevice))
ComputerInput.kif 506-510 If X is an instance of speaker and X is an instance of electric device, then X is an instance of electric speaker device
(=>
    (and
        (instance ?DEVICE ElectricDevice)
        (instance ?BATTERY Battery)
        (instance ?PROC Process)
        (patient ?PROC Electricity)
        (destination ?PROC ?DEVICE)
        (agent ?PROC ?BATTERY))
    (instance ?DEVICE BatteryPoweredDevice))
HouseholdAppliances.kif 53-61 If All of the following hold: (1) X is an instance of electric device (2) Y is an instance of battery (3) Z is an instance of process (4) electricity is a patient of Z (5) Z ends up at X (6) Y is an agent of Z, then X is an instance of battery powered device

consequent
-------------------------


(=>
    (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
(=>
    (instance ?S ElectricalSignalling)
    (exists (?D)
        (and
            (instance ?D ElectricDevice)
            (instrument ?S ?D))))
Mid-level-ontology.kif 3239-3244 If X is an instance of electrical signalling, then there exists Y such that Y is an instance of electric device and Y is an instrument for X
(=>
    (instance ?S ElectronicSignalling)
    (exists (?D)
        (and
            (instance ?D ElectricDevice)
            (instrument ?S ?D))))
Mid-level-ontology.kif 3251-3256 If X is an instance of electronic signalling, then there exists Y such that Y is an instance of electric device and Y is an instrument for X
(=>
    (and
        (instance ?DSAVE DataSaving)
        (resource ?DSAVE ?RES)
        (instance ?RES ElectronicDataStorageDevice))
    (exists (?DEV)
        (and
            (instance ?DEV ElectricDevice)
            (instrument ?DSAVE ?DEV)
            (holdsDuring
                (WhenFn ?DSAVE)
                (connected ?RES ?DEV)))))
Media.kif 684-694 If X is an instance of data saving, Y is a resource for X, and Y is an instance of electronic data storage device, then there exists Z such that Z is an instance of electric device, Z is an instrument for X, and Y is connected to Z holds during the time of existence of X
(=>
    (and
        (musicGenre ?MR AcousticMusic)
        (record ?MR ?MM))
    (not
        (exists (?I ?ED)
            (and
                (instance ?I MusicalInstrument)
                (instrument ?MM ?I)
                (instance ?ED ElectricDevice)
                (part ?ED ?I)))))
Music.kif 561-571 If acoustic is in the genre X and X is a record of Y, then there don't exist Z, W such that Z is an instance of musical instrument, Z is an instrument for Y, W is an instance of electric device, and W is a part of Z
(=>
    (musicGenre ?MR ElectronicMusic)
    (exists (?DV ?MM)
        (and
            (instance ?DV ElectricDevice)
            (record ?MR ?MM)
            (instrument ?MM ?DV))))
Music.kif 691-697 If electronic music is in the genre X, then there exist Y, Z such that Y is an instance of electric device, X is a record of Z, and Y is an instrument for Z
(=>
    (instance ?CTRL TemperatureControl)
    (exists (?DEVICE ?TEMP)
        (and
            (instance ?DEVICE ElectricDevice)
            (part ?CTRL ?DEVICE)
            (hasPurpose ?DEVICE
                (exists (?PROC)
                    (and
                        (instance ?AREA Region)
                        (or
                            (instance ?PROC Heating)
                            (instance ?PROC Cooling))
                        (instrument ?PROC ?CTRL)))))))
engineering.kif 1563-1576 If X is an instance of temperature control, then there exist Y, Z such that Y is an instance of electric device, X is a part of Y, Y has the purpose there exists W such that V is an instance of region, W is an instance of heating or W is an instance of cooling, and X is an instrument for W
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG ElectronicsAndApplianceStores))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?THING)
                (and
                    (instance ?EV Selling)
                    (instance ?THING ElectricDevice)
                    (patient ?EV ?THING))))))
naics.kif 7183-7195 If X is an instance of organization and electronics and appliance stores is an attribute of X, then there exist Y, Z such that Z is a member of X, Y is an agent of Z, there exists W such that Y is an instance of selling, W is an instance of electric device, and W is a patient of Y


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners