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

Formal Language: 


KB Term:  Term intersection
English Word: 

  Bed

Sigma KEE - Storm
Storm

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


(documentation Storm ChineseLanguage "Storm 发生于由 LowPressureWeatherSystemAtmosphere 占领的地区,里面的 Air 的流动方向是 MotionUpward。地面 WindLikely 高于30 KnotUnitOfSpeed 并或伴有 Precipitation。") Weather.kif 3403-3405
(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 3399-3402
(subclass Storm WeatherProcess) Weather.kif 3406-3406

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


(subclass Blizzard Storm) Weather.kif 3133-3133
(subclass CyclonicStorm Storm) Weather.kif 541-541
(subclass DustStorm Storm) Weather.kif 1771-1771
(subclass Snowstorm Storm) Weather.kif 3453-3453
(subclass Thunderstorm Storm) Weather.kif 934-934
(subclass Tornado Storm) Weather.kif 2164-2164
(subclass Windstorm Storm) Weather.kif 1477-1477
(termFormat ChineseLanguage Storm "风暴") Weather.kif 3408-3408
(termFormat EnglishLanguage Storm "storm") Weather.kif 3407-3407

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 3422-3431
(=>
    (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 3433-3446
(=>
    (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 3410-3420

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