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


KB Term:  Term intersection
English Word: 

Sigma KEE - CatalyticConverter
CatalyticConverter(catalytic converter)catalytic_converter

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


(subclass CatalyticConverter CombustionChamber) Cars.kif 1714-1714 Catalytic converter is a subclass of combustion chamber
(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 1716-1719 Catalytic converter is a subclass of combustion chamber
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1721-1721 A catalytic converter is typically a part of a exhaust system
(typicallyContainsPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1722-1722 A exhaust system typically has a part catalytic converter

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


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

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 1724-1740 If All of the following hold: (1) X is an instance of exhaust (2) X is made of fuel (3) Y is an instance of transfer (4) Z is an instance of engine (5) Y originates at Z (6) W is an instance of catalytic converter (7) Y ends up at W (8) the object transferred in Y is X, then W has the purpose there exists V such that V is an instance of burning, W is an instrument for V, X is a patient of V, and V is located at W


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