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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CatalyticConverter

Sigma KEE - CatalyticConverter
CatalyticConverter

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


(documentation CatalyticConverter EnglishLanguage "A Device that decreases pollution output by creating a secondary Combustion, outside the Engine that burns any Fuel that is in the Exhaust of the primary combustion in the engine. It typically employs rare metals that act as catalysts for the chemical reaction.") Cars.kif 1715-1718
(subclass CatalyticConverter CombustionChamber) Cars.kif 1713-1713
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1720-1720
(typicallyContainsPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1721-1721

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


(termFormat EnglishLanguage CatalyticConverter "catalytic converter") Cars.kif 1714-1714

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


(=>
    (and
        (instance ?E Exhaust)
        (material Fuel ?E)
        (instance ?T Transfer)
        (instance ?ENG Engine)
        (origin ?T ?ENG)
        (instance ?CC CatalyticConverter)
        (destination ?T ?CC)
        (objectTransferred ?T ?E))
    (hasPurpose ?CC
        (exists (?C)
            (and
                (instance ?C Combustion)
                (instrument ?C ?CC)
                (patient ?C ?E)
                (eventLocated ?C ?CC)))))
Cars.kif 1723-1739


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