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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ExhaustManifold
ExhaustManifold(exhaust manifold)exhaust_manifold

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 2627-2630
(subclass ExhaustManifold Device) Cars.kif 2625-2625 Exhaust manifold is a subclass of device
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2632-2632 A exhaust manifold is typically a part of a exhaust system
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2633-2633 A exhaust system typically has a part exhaust manifold

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


(termFormat EnglishLanguage ExhaustManifold "exhaust manifold") Cars.kif 2626-2626
(typicalPart EngineMAPSensor ExhaustManifold) Cars.kif 3292-3292 A manifold absolute pressure sensor is typically a part of a exhaust manifold

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 2653-2662
(=>
    (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 2635-2651

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


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


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