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 2605-2608
(subclass ExhaustManifold Device) Cars.kif 2603-2603 Exhaust manifold is a subclass of device
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2610-2610 A exhaust manifold is typically a part of a exhaust system
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2611-2611 A exhaust system typically has a part exhaust manifold

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


(termFormat EnglishLanguage ExhaustManifold "exhaust manifold") Cars.kif 2604-2604
(typicalPart EngineMAPSensor ExhaustManifold) Cars.kif 3345-3345 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 2631-2640
(=>
    (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 2613-2629

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


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


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