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 2621-2624
(subclass ExhaustManifold Device) Cars.kif 2619-2619
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2626-2626
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2627-2627

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


(termFormat EnglishLanguage ExhaustManifold "exhaust manifold") Cars.kif 2620-2620
(typicalPart EngineMAPSensor ExhaustManifold) Cars.kif 3284-3284

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 2647-2656
(=>
    (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 2629-2645

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


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


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