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

Formal Language: 


KB Term:  Term intersection
English Word: 

  Storm

Sigma KEE - Storm
Storm

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


(documentation Storm ChineseLanguage "Storm 发生于由 LowPressureWeatherSystemAtmosphere 占领的地区,里面的 Air 的流动方向是 MotionUpward。地面 WindLikely 高于30 KnotUnitOfSpeed 并或伴有 Precipitation。") Weather.kif 3572-3574
(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 3568-3571
(subclass Storm WeatherProcess) Weather.kif 3575-3575 子類 Storm and 天氣過程

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


(subclass Blizzard Storm) Weather.kif 3302-3302 子類 暴風雪 and Storm
(subclass CyclonicStorm Storm) Weather.kif 541-541 子類 氣旋風暴 and Storm
(subclass DustStorm Storm) Weather.kif 1940-1940 子類 塵暴 and Storm
(subclass Snowstorm Storm) Weather.kif 3622-3622 子類 Snowstorm and Storm
(subclass Thunderstorm Storm) Weather.kif 934-934 子類 雷暴 and Storm
(subclass Tornado Storm) Weather.kif 2333-2333 子類 龍捲風 and Storm
(subclass Windstorm Storm) Weather.kif 1477-1477 子類 風暴 and Storm
(termFormat ChineseLanguage Storm "风暴") Weather.kif 3577-3577 子類 風暴 and Storm
(termFormat EnglishLanguage Storm "storm") Weather.kif 3576-3576 子類 風暴 and Storm

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 3591-3600
(=>
    (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 3602-3615
(=>
    (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 3579-3589

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


(=>
    (instance ?W StrongWind)
    (modalAttribute
        (exists (?S)
            (and
                (instance ?S Storm)
                (causes ?S ?W))) Likely))
Weather.kif 1491-1497


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