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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SSHWSAttribute

Sigma KEE - SSHWSAttribute
SSHWSAttribute(Saffir Simpson Hurrican wind scale)

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


(documentation SSHWSAttribute ChineseLanguage "SSHWSAttribute 是萨菲尔辛普森飓风风力等级 的缩写。这是以距离地面10米高,最高的一分钟平均风速(Mean1MinuteWindSpeedFn) 用来评估一个台风(Hurricane)强弱程度的属性 (Attribute)。") Weather.kif 2351-2353
(documentation SSHWSAttribute EnglishLanguage "SSHWSAttribute is short for the Saffir-Simpson hurricane wind scale. It is the Attribute for rating the intensity of a Hurricane based on the highest wind speed averaged over a one-minute interval 10 m above the surface (Mean1MinuteWindSpeedFn).") Weather.kif 2347-2350
(subclass SSHWSAttribute SpeedScaleAttribute) Weather.kif 2357-2357 Saffir Simpson Hurrican wind scale is a subclass of speed scale attribute

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


(instance SSHWS1 SSHWSAttribute) Weather.kif 2393-2393 SSHWS1 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS2 SSHWSAttribute) Weather.kif 2405-2405 SSHWS2 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS3 SSHWSAttribute) Weather.kif 2417-2417 SSHWS3 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS4 SSHWSAttribute) Weather.kif 2429-2429 SSHWS4 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS5 SSHWSAttribute) Weather.kif 2441-2441 SSHWS5 is an instance of Saffir Simpson Hurrican wind scale
(termFormat ChineseLanguage SSHWSAttribute "萨菲尔辛普森飓风风力等级") Weather.kif 2356-2356
(termFormat EnglishLanguage SSHWSAttribute "SSHWS attribute") Weather.kif 2354-2354
(termFormat EnglishLanguage SSHWSAttribute "Saffir Simpson Hurrican wind scale") Weather.kif 2355-2355

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


(=>
    (and
        (instance ?H Hurricane)
        (instance ?SS SSHWSAttribute)
        (eventLocated ?H ?AREA)
        (believes ?A
            (property ?H ?SS))
        (speedScaleAttributeMinMax ?SS
            (MeasureFn ?MIN ?U)
            (MeasureFn ?MAX ?U))
        (instance ?U UnitOfMeasure))
    (exists (?WIND)
        (and
            (greaterThanOrEqualTo ?WIND ?MIN)
            (lessThanOrEqualTo ?WIND ?MAX)
            (believes ?A
                (equal
                    (MeasureFn ?WIND ?U)
                    (Mean1MinuteWindSpeedFn ?AREA
                        (WhenFn ?H)))))))
Weather.kif 2365-2384
(=>
    (and
        (instance ?SS SSHWSAttribute)
        (property ?H ?SS))
    (instance ?H Hurricane))
Weather.kif 2359-2363


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