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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DevicePowerSupply
DevicePowerSupply(device power supply)

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


(documentation DevicePowerSupply EnglishLanguage "An ElectricDevice designed to take standard alternating current home wall outlet power and converter to direct current at a lower voltage, to match the needs of a particular Device or class of devices such as a kitchen appliance or a Computer.") ComputingBrands.kif 3557-3560
(subclass DevicePowerSupply DCPowerSource) ComputingBrands.kif 3555-3555 Device power supply is a subclass of DC power source
(subclass DevicePowerSupply ElectricDevice) ComputingBrands.kif 3554-3554 Device power supply is a subclass of electric device

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


(termFormat EnglishLanguage DevicePowerSupply "device power supply") ComputingBrands.kif 3562-3562

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


(=>
    (instance ?DPS DevicePowerSupply)
    (exists (?R)
        (and
            (instance ?R Rectifier)
            (part ?R ?DPS))))
ComputingBrands.kif 3564-3569
(=>
    (instance ?DPS DevicePowerSupply)
    (exists (?T)
        (and
            (instance ?T Transformer)
            (part ?T ?DPS))))
ComputingBrands.kif 3571-3576
(=>
    (instance ?DPS DevicePowerSupply)
    (hasPurpose ?DPS
        (exists (?AC)
            (and
                (instance ?AC ACPowerSource)
                (connectedEngineeringComponents ?DPS ?AC)))))
ComputingBrands.kif 3578-3584


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 is open source software produced by Articulate Software and its partners