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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - IgnitionControlModule
IgnitionControlModule(ignition control module)

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


(documentation IgnitionControlModule EnglishLanguage "A Computer that controls the ignition system, and may itself be controlled by the EngineControlModule.") Cars.kif 3187-3188
(subclass IgnitionControlModule Computer) Cars.kif 3185-3185 Ignition control module is a subclass of computer
(typicalPart IgnitionControlModule AutomobileIgnitionSystem) Cars.kif 3211-3211 A ignition control module is typically a part of a automobile ignition system
(typicallyContainsPart IgnitionControlModule AutomobileIgnitionSystem) Cars.kif 3212-3212 A automobile ignition system typically has a part ignition control module

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


(termFormat EnglishLanguage IgnitionControlModule "ignition control module") Cars.kif 3186-3186

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


(=>
    (instance ?ICM IgnitionControlModule)
    (hasPurpose ?ICM
        (exists (?S ?A ?CP)
            (and
                (instance ?A Automobile)
                (instance ?S Spark)
                (instance ?CP ComputerProcess)
                (part ?ICM ?A)
                (eventLocated ?CP ?A)
                (eventLocated ?S ?A)
                (causes ?CP ?S)))))
Cars.kif 3190-3201


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