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

Formal Language: 



KB Term:  Term intersection
English Word: 

  FourStrokeEngine

Sigma KEE - FourStrokeEngine
FourStrokeEngine

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


(documentation FourStrokeEngine EnglishLanguage "InternalCombustionEngines based on the four-stroke (Otto cycle) have one power stroke for every four strokes (up-down-up-down) and employ spark plug ignition. Combustion occurs rapidly, and during combustion the volume varies little (constant volume). They are used in cars, larger boats, some motorcycles, and many light aircraft. They are generally quieter, more efficient, and larger than their TwoStrokeEngine counterparts. [from Wikipedia]") Cars.kif 99-105
(externalImage FourStrokeEngine "http://upload.wikimedia.org/wikipedia/commons/ d/ dc/ 4StrokeEngine_Ortho_3D_Small.gif") Cars.kif 97-97
(subclass FourStrokeEngine IntermittentCombustionEngine) Cars.kif 96-96 FourStrokeEngine est une sous-classe de IntermittentCombustionEngine

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


(termFormat EnglishLanguage FourStrokeEngine "four stroke engine") Cars.kif 98-98
(typicalPart ExhaustValve FourStrokeEngine) Cars.kif 2668-2668 typicalPart ExhaustValve and FourStrokeEngine
(typicalPart IntakeValve FourStrokeEngine) Cars.kif 2693-2693 typicalPart IntakeValve and FourStrokeEngine
(typicalPart PositiveCrankcaseVentilationValve FourStrokeEngine) Cars.kif 3824-3824 typicalPart PositiveCrankcaseVentilationValve and FourStrokeEngine
(typicalPart RockerArm FourStrokeEngine) Cars.kif 3849-3849 typicalPart RockerArm and FourStrokeEngine
(typicallyContainsPart ExhaustValve FourStrokeEngine) Cars.kif 2669-2669 typicallyContainsPart ExhaustValve and FourStrokeEngine
(typicallyContainsPart IntakeValve FourStrokeEngine) Cars.kif 2694-2694 typicallyContainsPart IntakeValve and FourStrokeEngine
(typicallyContainsPart RockerArm FourStrokeEngine) Cars.kif 3850-3850 typicallyContainsPart RockerArm and FourStrokeEngine

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


(=>
    (instance ?FSE FourStrokeEngine)
    (exists (?C)
        (and
            (instance ?C EngineCylinder)
            (part ?C ?FSE))))
Cars.kif 107-112
(=>
    (instance ?FSE FourStrokeEngine)
    (hasPurpose ?FSE
        (exists (?I ?CM ?CB ?E ?I2)
            (and
                (instance ?I FourStrokeIntake)
                (instance ?CM FourStrokeCompression)
                (instance ?CB FourStrokeCombustion)
                (instance ?E FourStrokeExhaust)
                (instance ?I2 FourStrokeIntake)
                (eventLocated ?I ?FSE)
                (eventLocated ?CM ?FSE)
                (eventLocated ?CB ?FSE)
                (eventLocated ?E ?FSE)
                (eventLocated ?I2 ?FSE)
                (meetsTemporally ?I ?CM)
                (meetsTemporally ?CM ?CB)
                (meetsTemporally ?CB ?E)
                (meetsTemporally ?E ?I2)))))
Cars.kif 114-132

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


(=>
    (instance ?F FourStrokeEngineCycle)
    (exists (?E)
        (and
            (instance ?E FourStrokeEngine)
            (eventLocated ?F ?E))))
Cars.kif 140-145
(=>
    (instance ?RA RockerArm)
    (hasPurpose ?RA
        (exists (?P1 ?C ?P2 ?V ?O ?FSE)
            (and
                (instance ?P1 Pushing)
                (instance ?C Cam)
                (instance ?P2 Pushing)
                (instance ?V Valve)
                (instance ?O Opening)
                (instance ?FSE FourStrokeEngine)
                (part ?RA ?FSE)
                (part ?C ?FSE)
                (part ?V ?FSE)
                (instrument ?P1 ?C)
                (destination ?P1 ?RA)
                (instrument ?P2 ?RA)
                (destination ?P2 ?V)
                (causes ?P1 ?P2)
                (causes ?P2 ?O)
                (patient ?O ?V)))))
Cars.kif 3852-3872


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 is open source software produced by Articulate Software and its partners