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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AutomobileExhaustSystem
AutomobileExhaustSystem(exhaust system)exhaust, exhaust_system

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


(documentation AutomobileExhaustSystem EnglishLanguage "A part of an Automobile that handles the venting of Exhaust from the Engine. It typically includes an exhaust manifold, AutomobileMuffler and Tailpipe. Modern engines may also include a CatalyticConverter and exhaust recirculation hoses and controls.") Cars.kif 2613-2617
(subclass AutomobileExhaustSystem PhysicalSystem) Cars.kif 2611-2611 Exhaust system is a subclass of physical system

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


(termFormat EnglishLanguage AutomobileExhaustSystem "exhaust system") Cars.kif 2612-2612
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1720-1720 A catalytic converter is typically a part of a exhaust system
(typicalPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2632-2632 A exhaust manifold is typically a part of a exhaust system
(typicalPart Tailpipe AutomobileExhaustSystem) Cars.kif 4039-4039 A tailpipe is typically a part of a exhaust system
(typicallyContainsPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1721-1721 A exhaust system typically has a part catalytic converter
(typicallyContainsPart ExhaustManifold AutomobileExhaustSystem) Cars.kif 2633-2633 A exhaust system typically has a part exhaust manifold
(typicallyContainsPart Tailpipe AutomobileExhaustSystem) Cars.kif 4040-4040 A exhaust system typically has a part tailpipe

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


(=>
    (and
        (instance ?T Tailpipe)
        (instance ?TR Transfer)
        (instance ?E Exhaust)
        (instance ?A Automobile)
        (instance ?AES AutomobileExhaustSystem)
        (part ?T ?A)
        (path ?TR ?T)
        (patient ?TR ?E))
    (hasPurpose ?T
        (not
            (exists (?O)
                (and
                    (part ?O ?A)
                    (beforeOnPath ?T ?O ?AES ?TR))))))
Cars.kif 4054-4069


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