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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Tailpipe
Tailpipe(tailpipe)exhaust_pipe, tailpipe

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


(documentation Tailpipe EnglishLanguage "Typically the last portion of an AutomobileExhaustSystem, which is after the AutomobileMuffler, just before Engine Exhaust is vented to the surrounding Air.") Cars.kif 4034-4036
(subclass Tailpipe Tube) Cars.kif 4030-4030 Tailpipe is a subclass of tube
(typicalPart Tailpipe AutomobileExhaustSystem) Cars.kif 4031-4031 A tailpipe is typically a part of a exhaust system
(typicallyContainsPart Tailpipe AutomobileExhaustSystem) Cars.kif 4032-4032 A exhaust system typically has a part tailpipe

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


(termFormat EnglishLanguage Tailpipe "tailpipe") Cars.kif 4033-4033

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 4046-4061
(=>
    (instance ?T Tailpipe)
    (hasPurpose ?T
        (exists (?M)
            (and
                (instance ?M AutomobileMuffler)
                (connectedEngineeringComponents ?M ?T)))))
Cars.kif 4038-4044


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