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 2347-2349
(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 2343-2346
(subclass SSHWSAttribute SpeedScaleAttribute) Weather.kif 2353-2353 萨菲尔辛普森飓风风力等级时速级数属性subclass

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


(instance SSHWS1 SSHWSAttribute) Weather.kif 2389-2389 萨菲尔辛普森飓风1萨菲尔辛普森飓风风力等级instance
(instance SSHWS2 SSHWSAttribute) Weather.kif 2401-2401 萨菲尔辛普森飓风2萨菲尔辛普森飓风风力等级instance
(instance SSHWS3 SSHWSAttribute) Weather.kif 2413-2413 萨菲尔辛普森飓风3萨菲尔辛普森飓风风力等级instance
(instance SSHWS4 SSHWSAttribute) Weather.kif 2425-2425 萨菲尔辛普森飓风4萨菲尔辛普森飓风风力等级instance
(instance SSHWS5 SSHWSAttribute) Weather.kif 2437-2437 萨菲尔辛普森飓风5萨菲尔辛普森飓风风力等级instance
(termFormat ChineseLanguage SSHWSAttribute "萨菲尔辛普森飓风风力等级") Weather.kif 2352-2352
(termFormat EnglishLanguage SSHWSAttribute "SSHWS attribute") Weather.kif 2350-2350
(termFormat EnglishLanguage SSHWSAttribute "Saffir Simpson Hurrican wind scale") Weather.kif 2351-2351

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 2361-2380
(=>
    (and
        (instance ?SS SSHWSAttribute)
        (property ?H ?SS))
    (instance ?H Hurricane))
Weather.kif 2355-2359


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