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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Storm
Storm

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


(documentation Storm ChineseLanguage "Storm 发生于由 LowPressureWeatherSystemAtmosphere 占领的地区,里面的 Air 的流动方向是 MotionUpward。地面 WindLikely 高于30 KnotUnitOfSpeed 并或伴有 Precipitation。") Weather.kif 2886-2888
(documentation Storm EnglishLanguage "Storms occurs in an area where its Atmosphere is dominated by a LowPressureWeatherSystem with Air moving in MotionUpward.Surface Wind of over 30 KnotUnitOfSpeed and or Precipitation are Likely associated with Storms.") Weather.kif 2882-2885
(subclass Storm WeatherProcess) Weather.kif 2889-2889 StormWeatherProcesssubclass では %n

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


(subclass Blizzard Storm) Weather.kif 2617-2617 BlizzardStormsubclass では %n
(subclass CyclonicStorm Storm) Weather.kif 552-552 CyclonicStormStormsubclass では %n
(subclass DustStorm Storm) Weather.kif 1253-1253 DustStormStormsubclass では %n
(subclass Snowstorm Storm) Weather.kif 2936-2936 SnowstormStormsubclass では %n
(subclass Squall Storm) Weather.kif 1251-1251 SquallStormsubclass では %n
(subclass Thunderstorm Storm) Weather.kif 843-843 ThunderstormStormsubclass では %n
(subclass Tornado Storm) Weather.kif 1648-1648 TornadoStormsubclass では %n
(subclass Windstorm Storm) Weather.kif 1242-1242 WindstormStormsubclass では %n
(termFormat ChineseLanguage Storm "风暴") Weather.kif 2891-2891
(termFormat EnglishLanguage Storm "storm") Weather.kif 2890-2890

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


(=>
    (instance ?STORM Storm)
    (holdsDuring
        (WhenFn ?STORM)
        (exists (?AREA ?STRONG)
            (and
                (instance ?AREA GeographicArea)
                (surfaceWindSpeed ?AREA
                    (MeasureFn ?STRONG KnotUnitOfSpeed))
                (greaterThan ?STRONG 30.0)))))
Weather.kif 2905-2914
(=>
    (instance ?STORM Storm)
    (holdsDuring
        (WhenFn ?STORM)
        (exists (?LOW ?AREA ?AIR ?RISE)
            (and
                (instance ?LOW LowPressureWeatherSystem)
                (instance ?AREA Region)
                (eventLocated ?LOW ?AREA)
                (instance ?AIR Air)
                (instance ?RISE MotionUpward)
                (patient ?RISE ?AIR)
                (eventLocated ?RISE ?AREA)
                (subProcess ?RISE ?LOW)))))
Weather.kif 2916-2929
(=>
    (instance ?STORM Storm)
    (holdsDuring
        (WhenFn ?STORM)
        (modalAttribute
            (exists (?P ?AREA)
                (and
                    (instance ?P Precipitation)
                    (instance ?AREA GeographicArea)
                    (eventLocated ?P ?AREA)
                    (subProcess ?P ?STORM))) Likely)))
Weather.kif 2893-2903


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