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



KB Term:  Term intersection
English Word: 

  WireCoil

Sigma KEE - WireCoil
WireCoil(wire coil)primary, primary_coil, primary_winding, secondary, secondary_coil, secondary_winding, spark_coil

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


(subclass WireCoil Wire) Cars.kif 2957-2957 Wire coil is a subclass of wire
(documentation WireCoil EnglishLanguage "A length of Wire wound in a set of Circles or Polygons, intended to conduct Electricity, and often used in the construction of ElectricalTransformers.") Cars.kif 2959-2961 Wire coil is a subclass of wire

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


(termFormat EnglishLanguage WireCoil "wire coil") Cars.kif 2958-2958

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


(domain coilCount 1 WireCoil) Cars.kif 3001-3001 The number 1 argument of coil count is an instance of wire coil

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


(=>
    (instance ?WC WireCoil)
    (material ConductorSubstance ?WC))
Cars.kif 2963-2965 If X is an instance of wire coil, then X is made of conductor substance
(=>
    (instance ?WC WireCoil)
    (exists (?P ?C)
        (and
            (part ?P ?WC)
            (attribute ?P ?C)
            (instance ?C ClosedTwoDimensionalFigure))))
Cars.kif 2967-2973 If X is an instance of wire coil, then there exist Y, Z such that Y is a part of X, Z is an attribute of Y, and Z is an instance of closed two dimensional figure
(=>
    (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 2984-2998 If All of the following hold: (1) X is an instance of electrical transformer (2) Y is an instance of wire coil (3) Z is an instance of wire coil (4) the number of coils in Y is W (5) the number of coils in Z is V (6) the measure of Y is volt U(s) holds during X, then the measure of Z is volt T(s) holds during X and equal T, U, V, and W

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


(=>
    (instance ?ET ElectricalTransformer)
    (exists (?WC1 ?WC2)
        (and
            (instance ?WC1 WireCoil)
            (instance ?WC2 WireCoil)
            (part ?WC1 ?ET)
            (part ?WC2 ?ET))))
Cars.kif 2975-2982 If X is an instance of electrical transformer, then there exist Y, Z such that Y is an instance of wire coil, Z is an instance of wire coil, Y is a part of X, and Z is a part of X


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

Show without tree


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