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 2666-2666 IntakeValvesubclass
(typicalPart IntakeValve FourStrokeEngine) Cars.kif 2670-2670 IntakeValve typicallyFourStrokeEnginepart
(typicallyContainsPart IntakeValve FourStrokeEngine) Cars.kif 2671-2671 FourStrokeEngine typicallypart IntakeValve

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


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

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 2673-2686

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 5177-5189


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