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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - IntakeValve
IntakeValve

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


(subclass IntakeValve Valve) Cars.kif 2683-2683 IntakeValveValvesubclass では %n
(typicalPart IntakeValve FourStrokeEngine) Cars.kif 2687-2687 typicalPart IntakeValve and FourStrokeEngine
(typicallyContainsPart IntakeValve FourStrokeEngine) Cars.kif 2688-2688 typicallyContainsPart IntakeValve and FourStrokeEngine

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


(termFormat EnglishLanguage IntakeValve "intake valve") Cars.kif 2684-2684

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


(=>
    (instance ?IV IntakeValve)
    (hasPurpose ?IV
        (exists (?A ?FV ?CC ?T)
            (and
                (instance ?A Automobile)
                (instance ?FV FuelVapor)
                (instance ?CC CombustionChamber)
                (instance ?T Transfer)
                (part ?IV ?A)
                (part ?CC ?A)
                (patient ?T ?FV)
                (path ?T ?IV)
                (destination ?T ?CC)))))
Cars.kif 2690-2703

consequent
-------------------------


(=>
    (instance ?S Supercharger)
    (hasPurpose ?S
        (exists (?T ?IV ?A)
            (and
                (instance ?T GasMotion)
                (origin ?T ?S)
                (instance ?IV IntakeValve)
                (destination ?T ?IV)
                (instance ?A Air)
                (objectTransferred ?T ?A)
                (holdsDuring
                    (WhenFn ?T)
                    (attribute ?A Pressurized))))))
Cars.kif 5192-5204


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