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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GasMotion

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 11268-11270
(documentation GasMotion JapaneseLanguage "patientGas の任意の Motion。 これは、 特に Air の動きをカバーする、すなわち微風や風。") japanese_format.kif 1790-1791
(subclass GasMotion Motion) Merge.kif 11266-11266 气体运动运动subclass

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


(subclass Wind GasMotion) Merge.kif 11278-11278 气体运动subclass
(termFormat ChineseLanguage GasMotion "气体运动") domainEnglishFormat.kif 25538-25538
(termFormat ChineseTraditionalLanguage GasMotion "氣體運動") domainEnglishFormat.kif 25537-25537
(termFormat EnglishLanguage GasMotion "gas motion") domainEnglishFormat.kif 25536-25536

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


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

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 5200-5212


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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