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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 1709-1712
(subclass CatalyticConverter CombustionChamber) Cars.kif 1707-1707 CatalyticConverter est une sous-classe de CombustionChamber
(typicalPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1714-1714 typicalPart CatalyticConverter and AutomobileExhaustSystem
(typicallyContainsPart CatalyticConverter AutomobileExhaustSystem) Cars.kif 1715-1715 typicallyContainsPart CatalyticConverter and AutomobileExhaustSystem

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


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

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


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