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



KB Term:  Term intersection
English Word: 

  Entity

Sigma KEE - IgnitionCoil
IgnitionCoil(ignition coil)coil, ignition_coil

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


(subclass IgnitionCoil ElectricalTransformer) Cars.kif 3025-3025 Ignition coil is a subclass of electrical transformer
(documentation IgnitionCoil EnglishLanguage "An ElectricalTransformer designed to take 12 Volt power from the Battery of an Automobile and convert it to the 10,000-50,000 volts required to produce a Spark across the SparkPlugs.") Cars.kif 3027-3029 Ignition coil is a subclass of electrical transformer
(typicalPart IgnitionCoil Automobile) Cars.kif 3030-3030 A ignition coil is typically a part of a automobile
(typicallyContainsPart IgnitionCoil Automobile) Cars.kif 3031-3031 A automobile typically has a part ignition coil

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


(termFormat EnglishLanguage IgnitionCoil "ignition coil") Cars.kif 3026-3026

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


(=>
    (instance ?IC IgnitionCoil)
    (hasPurpose ?IC
        (exists (?E1 ?E2 ?P)
            (and
                (instance ?P ElectricTransmission)
                (resource ?P ?E1)
                (instance ?E1 Electricity)
                (instance ?E2 Electricity)
                (result ?P ?E2)
                (instrument ?P ?IC)))))
Cars.kif 3033-3043 If X is an instance of ignition coil, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that W is an instance of electric transmission (3) Y is a resource for W (4) Y is an instance of electricity (5) Z is an instance of electricity (6) Z is a result of W (7) X is an instrument for W
(=>
    (and
        (instance ?IC IgnitionCoil)
        (instance ?P ElectricTransmission)
        (resource ?P ?E1)
        (instance ?E1 Electricity)
        (instance ?E2 Electricity)
        (result ?P ?E2)
        (instrument ?P ?IC)
        (measure ?E1
            (MeasureFn ?N1 Volt)))
    (approximateValue ?N1 12))
Cars.kif 3045-3055 If All of the following hold: (1) X is an instance of ignition coil (2) Y is an instance of electric transmission (3) Z is a resource for Y (4) Z is an instance of electricity (5) W is an instance of electricity (6) W is a result of Y (7) X is an instrument for Y (8) the measure of Z is V volt(s), then the approximate value of V is 12
(=>
    (instance ?IC IgnitionCoil)
    (hasPurpose ?IC
        (exists (?P ?S)
            (and
                (instance ?P ElectricTransmission)
                (instrument ?P ?IC)
                (instance ?S Spark)
                (causes ?P ?S)))))
Cars.kif 3057-3065 If X is an instance of ignition coil, then X has the purpose there exist Y, Z such that Y is an instance of electric transmission, X is an instrument for Y, Z is an instance of spark, and Y causes Z


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