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 2627-2630
(subclass ExhaustManifold Device) Cars.kif 2625-2625 ExhaustManifoldデバイスsubclass では %n
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2632-2632 typicalPart ExhaustManifold and AutomobileExhaustSystem
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2633-2633 typicallyContainsPart ExhaustManifold and AutomobileExhaustSystem

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


(termFormat EnglishLanguage ExhaustManifold "exhaust manifold") Cars.kif 2626-2626
(typicalPart EngineMAPSensor ExhaustManifold) Cars.kif 3292-3292 typicalPart EngineMAPSensor and ExhaustManifold

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 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