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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - EngineCranking
EngineCranking(engine cranking)crank, crank_up

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


(documentation EngineCranking EnglishLanguage "Starting an InternalCombustionEngine, in which an electric motor is employed to initiate Rotating of the Crankshaft and Flywheel to the point where Combusion can sustain the rotation.") Cars.kif 2194-2197
(subclass EngineCranking Motion) Cars.kif 2192-2192 Engine cranking is a subclass of motion

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


(termFormat EnglishLanguage EngineCranking "engine cranking") Cars.kif 2193-2193

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


(=>
    (instance ?EC EngineCranking)
    (exists (?EM ?E ?S ?R1 ?C ?R2)
        (and
            (instance ?EM ElectricalMotor)
            (instance ?E InternalCombustionEngine)
            (instance ?S Shaft)
            (instance ?C Crankshaft)
            (part ?S ?EM)
            (subProcess ?R1 ?EC)
            (instance ?R1 Rotating)
            (patient ?R1 ?S)
            (instance ?R2 Rotating)
            (patient ?R2 ?C)
            (part ?C ?E)
            (causes ?R1 ?R2))))
Cars.kif 2199-2214


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