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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - GasMotion
GasMotion

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


(documentation GasMotion ChineseLanguage "这是当 patientGas 时的任何 Motion。这个类别 特别会包括 Air 的运动, 例如:一阵微风或风。") chinese_format.kif 3025-3026
(documentation GasMotion EnglishLanguage "Any Motion where the patient is a Gas. This class would cover, in particular, the motion of Air, e.g. a breeze or wind.") Merge.kif 11369-11371
(documentation GasMotion JapaneseLanguage "patientGas の任意の Motion。 これは、 特に Air の動きをカバーする、すなわち微風や風。") japanese_format.kif 1790-1791
(subclass GasMotion Motion) Merge.kif 11367-11367 GasMotion est une sous-classe de d�palcement

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


(subclass Wind GasMotion) Merge.kif 11379-11379 Wind est une sous-classe de GasMotion
(termFormat ChineseLanguage GasMotion "气体运动") domainEnglishFormat.kif 25549-25549 Wind est une sous-classe de GasMotion
(termFormat ChineseTraditionalLanguage GasMotion "氣體運動") domainEnglishFormat.kif 25548-25548 Wind est une sous-classe de GasMotion
(termFormat EnglishLanguage GasMotion "gas motion") domainEnglishFormat.kif 25547-25547 Wind est une sous-classe de GasMotion

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


(=>
    (and
        (instance ?MOTION GasMotion)
        (patient ?MOTION ?OBJ))
    (attribute ?OBJ Gas))
Merge.kif 11373-11377

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


(=>
    (and
        (instance ?F FourStrokeExhaust)
        (instance ?C EngineCylinder)
        (instance ?I InternalCombustionChamber)
        (equal ?C
            (HoleHostFn ?I))
        (eventLocated ?F ?C))
    (exists (?E ?M)
        (and
            (instance ?M GasMotion)
            (instance ?E Exhaust)
            (subProcess ?M ?F)
            (origin ?M ?I)
            (patient ?M ?E))))
Cars.kif 225-238
(=>
    (and
        (instance ?F FourStrokeIntake)
        (instance ?C EngineCylinder)
        (instance ?I InternalCombustionChamber)
        (equal ?C
            (HoleHostFn ?I))
        (eventLocated ?F ?C))
    (exists (?FV ?M)
        (and
            (instance ?M GasMotion)
            (instance ?FV FuelVapor)
            (subProcess ?M ?F)
            (destination ?M ?I)
            (patient ?M ?FV))))
Cars.kif 171-184
(=>
    (and
        (instance ?T TwoStrokeTransfer)
        (instance ?C EngineCylinder)
        (instance ?I InternalCombustionChamber)
        (equal ?C
            (HoleHostFn ?I))
        (eventLocated ?T ?C))
    (exists (?E ?M)
        (and
            (instance ?M GasMotion)
            (instance ?E Exhaust)
            (subProcess ?M ?T)
            (origin ?M ?I)
            (patient ?M ?E))))
Cars.kif 523-536
(=>
    (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 5253-5265


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