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


KB Term:  Term intersection
English Word: 

  AirStream

Sigma KEE - AirStream
AirStream(air stream)

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


(documentation AirStream ChineseLanguage "气流 AirStream 是一类由空气组成的流动区域 FlowRegion.") Weather.kif 67-67
(documentation AirStream EnglishLanguage "AirStream is the class of FlowRegions that consist of air.") Weather.kif 65-66
(externalImage AirStream "http://articulatesoftware.com/SUMOpictures/weather/ windy_2.png") pictureList.kif 2095-2095
(subclass AirStream Air) Weather.kif 63-63 Air stream is a subclass of air
(subclass AirStream FlowRegion) Weather.kif 62-62 Air stream is a subclass of flow region

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


(subclass AirMass AirStream) Weather.kif 1277-1277 Air mass is a subclass of air stream
(subclass EyeOfCyclone AirStream) Weather.kif 1024-1024 Eye of cyclone is a subclass of air stream
(subclass JetStream AirStream) Weather.kif 75-75 Jet stream is a subclass of air stream
(subclass WindFlow AirStream) Weather.kif 82-82 Wind flow is a subclass of air stream
(termFormat ChineseLanguage AirStream "气流") domainEnglishFormat.kif 6277-6277 Wind flow is a subclass of air stream
(termFormat ChineseTraditionalLanguage AirStream "氣流") domainEnglishFormat.kif 6276-6276 Wind flow is a subclass of air stream
(termFormat EnglishLanguage AirStream "air stream") domainEnglishFormat.kif 6275-6275 Wind flow is a subclass of air stream

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


(=>
    (and
        (instance ?AS AirStream)
        (part ?AIR ?AS))
    (attribute ?AIR Gas))
Weather.kif 69-73
(=>
    (and
        (instance ?CS CyclonicStorm)
        (instance ?AS AirStream)
        (eventLocated ?CS ?AS))
    (shape ?AS Cylinder))
Weather.kif 1013-1018
(=>
    (and
        (instance ?SF StationaryFront)
        (eventLocated ?SF ?F)
        (instance ?F AirStream))
    (holdsDuring
        (WhenFn ?SF)
        (not
            (exists (?T)
                (and
                    (subProcess ?T ?SF)
                    (instance ?T Translocation)
                    (moves ?T ?F))))))
Weather.kif 1378-1390
(=>
    (and
        (instance ?W WeatherFront)
        (instance ?F AirStream)
        (eventLocated ?W ?F)
        (connects ?F ?A ?B)
        (instance ?A AirMass)
        (instance ?B AirMass))
    (not
        (equal ?A ?B)))
Weather.kif 1262-1271

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


(=>
    (instance ?S Waterspout)
    (exists (?A ?R ?C ?F ?W)
        (and
            (instance ?A AirStream)
            (instance ?R Rotating)
            (patient ?R ?A)
            (origin ?R ?C)
            (instance ?C WaterCloud)
            (part ?F ?C)
            (shape ?F Cone)
            (eventLocated ?R ?W)
            (instance ?W BodyOfWater)
            (connects ?F ?W ?C))))
Weather.kif 1492-1505


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