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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ElectricalTransformer
ElectricalTransformer(transformer)
Tesla_coil, induction_coil, step-up_transformer, transformer, voltage_regulator

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


(documentation ElectricalTransformer EnglishLanguage "A Device for converting one measure of Volts to another. Two coils of wire are inductively coupled around a common core. The ratio of the number of windings in each coil is same as the ratio of the resulting voltages.") Cars.kif 3065-3068
(externalImage ElectricalTransformer "http://upload.wikimedia.org/wikipedia/ commons/ 7/ 73/ Stromwandler.jpg") pictureList.kif 8764-8764
(externalImage ElectricalTransformer "http://upload.wikimedia.org/wikipedia/ commons/ 7/ 7a/ Transformer-hightolow_smaller.jpg") pictureList.kif 9764-9764
(externalImage ElectricalTransformer "http://upload.wikimedia.org/wikipedia/ en/ 1/ 1c/ Polemount-singlephase-closeup.jpg") pictureList.kif 9766-9766
(subclass ElectricalTransformer Transformer) Cars.kif 3063-3063 Transformer is a subclass of transformer

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


(subclass IgnitionCoil ElectricalTransformer) Cars.kif 3120-3120 Ignition coil is a subclass of transformer
(termFormat ChineseLanguage ElectricalTransformer "变压器") domainEnglishFormat.kif 58870-58870 Ignition coil is a subclass of transformer
(termFormat ChineseTraditionalLanguage ElectricalTransformer "變壓器") domainEnglishFormat.kif 58869-58869 Ignition coil is a subclass of transformer
(termFormat EnglishLanguage ElectricalTransformer "electrical transformer") Cars.kif 3064-3064 Ignition coil is a subclass of transformer
(termFormat EnglishLanguage ElectricalTransformer "transformer") domainEnglishFormat.kif 58868-58868 Ignition coil is a subclass of transformer

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


(domain transformerCapacity 1 ElectricalTransformer) Mid-level-ontology.kif 31602-31602 The number 1 argument of transformer capacity is an instance of transformer
(domain voltageRatingPrimary 1 ElectricalTransformer) Mid-level-ontology.kif 31510-31510 The number 1 argument of primary voltage rating is an instance of transformer
(domain voltageRatingSecondary 1 ElectricalTransformer) Mid-level-ontology.kif 31553-31553 The number 1 argument of seconary voltage rating is an instance of transformer

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


(=>
    (and
        (instance ?T ElectricalTransformer)
        (instance ?WC1 WireCoil)
        (instance ?WC2 WireCoil)
        (coilCount ?WC1 ?N1)
        (coilCount ?WC2 ?N2)
        (holdsDuring ?T
            (measure ?WC1
                (MeasureFn Volt ?V1))))
    (and
        (holdsDuring ?T
            (measure ?WC2
                (MeasureFn Volt ?V2)))
        (equal ?V2
            (MultiplicationFn ?V1
                (DivisionFn ?N2 ?N1)))))
Cars.kif 3079-3093
(=>
    (instance ?ET ElectricalTransformer)
    (exists (?WC1 ?WC2)
        (and
            (instance ?WC1 WireCoil)
            (instance ?WC2 WireCoil)
            (part ?WC1 ?ET)
            (part ?WC2 ?ET))))
Cars.kif 3070-3077


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