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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SSHWSAttribute
SSHWSAttribute

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


(documentation SSHWSAttribute ChineseLanguage "SSHWSAttribute 是萨菲尔辛普森飓风风力等级 的缩写。这是以距离地面10米高,最高的一分钟平均风速(Mean1MinuteWindSpeedFn) 用来评估一个台风(Hurricane)强弱程度的属性 (Attribute)。") Weather.kif 2333-2335
(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 2329-2332
(subclass SSHWSAttribute SpeedScaleAttribute) Weather.kif 2339-2339

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


(instance SSHWS1 SSHWSAttribute) Weather.kif 2375-2375
(instance SSHWS2 SSHWSAttribute) Weather.kif 2387-2387
(instance SSHWS3 SSHWSAttribute) Weather.kif 2399-2399
(instance SSHWS4 SSHWSAttribute) Weather.kif 2411-2411
(instance SSHWS5 SSHWSAttribute) Weather.kif 2423-2423
(termFormat ChineseLanguage SSHWSAttribute "萨菲尔辛普森飓风风力等级") Weather.kif 2338-2338
(termFormat EnglishLanguage SSHWSAttribute "SSHWS attribute") Weather.kif 2336-2336
(termFormat EnglishLanguage SSHWSAttribute "Saffir Simpson Hurrican wind scale") Weather.kif 2337-2337

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 2347-2366
(=>
    (and
        (instance ?SS SSHWSAttribute)
        (property ?H ?SS))
    (instance ?H Hurricane))
Weather.kif 2341-2345


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