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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - EngineCranking
EngineCranking

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 2210-2213
(subclass EngineCranking Motion) Cars.kif 2208-2208 EngineCranking est une sous-classe de d�palcement

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


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

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 2215-2230


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