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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ExhaustManifold

Sigma KEE - ExhaustManifold
ExhaustManifold

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


(documentation ExhaustManifold EnglishLanguage "A junction of several Tubes, which take exhaust Gases from the Engine Cylinders and route them to the AutomobileMuffler and Tailpipe. Note that this class also includes what are known as headers, since a header is essentially just a high performance manifold.") Cars.kif 2604-2607
(subclass ExhaustManifold Device) Cars.kif 2602-2602
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2609-2609
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2610-2610

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


(termFormat EnglishLanguage ExhaustManifold "exhaust manifold") Cars.kif 2603-2603
(typicalPart EngineMAPSensor ExhaustManifold) Cars.kif 3269-3269

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


(=>
    (instance ?EM ExhaustManifold)
    (exists (?T1 ?T2)
        (and
            (instance ?T1 Tube)
            (instance ?T2 Tube)
            (not
                (equal ?T1 ?T2))
            (part ?T1 ?EM)
            (part ?T2 ?EM))))
Cars.kif 2630-2639
(=>
    (instance ?EM ExhaustManifold)
    (hasPurpose ?EM
        (exists (?A ?E ?C ?M ?T)
            (and
                (instance ?A Automobile)
                (instance ?E Exhaust)
                (instance ?C EngineCylinder)
                (instance ?M AutomobileMuffler)
                (instance ?T Transfer)
                (part ?EM ?A)
                (part ?C ?A)
                (part ?M ?A)
                (origin ?T ?C)
                (destination ?T ?M)
                (patient ?T ?E)
                (instrument ?T ?E)))))
Cars.kif 2612-2628

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


(=>
    (instance ?EV ExhaustValve)
    (hasPurpose ?EV
        (exists (?EM)
            (and
                (instance ?EM ExhaustManifold)
                (connectedEngineeringComponents ?EV ?EM)))))
Cars.kif 2658-2664


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