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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SSHWSAttribute

Sigma KEE - SSHWSAttribute
SSHWSAttribute

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


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

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


(instance SSHWS1 SSHWSAttribute) Weather.kif 2376-2376 SSHWS1 è un' istanza di SSHWSAttribute
(instance SSHWS2 SSHWSAttribute) Weather.kif 2388-2388 SSHWS2 è un' istanza di SSHWSAttribute
(instance SSHWS3 SSHWSAttribute) Weather.kif 2400-2400 SSHWS3 è un' istanza di SSHWSAttribute
(instance SSHWS4 SSHWSAttribute) Weather.kif 2412-2412 SSHWS4 è un' istanza di SSHWSAttribute
(instance SSHWS5 SSHWSAttribute) Weather.kif 2424-2424 SSHWS5 è un' istanza di SSHWSAttribute
(termFormat ChineseLanguage SSHWSAttribute "萨菲尔辛普森飓风风力等级") Weather.kif 2339-2339
(termFormat EnglishLanguage SSHWSAttribute "SSHWS attribute") Weather.kif 2337-2337
(termFormat EnglishLanguage SSHWSAttribute "Saffir Simpson Hurrican wind scale") Weather.kif 2338-2338

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 2348-2367
(=>
    (and
        (instance ?SS SSHWSAttribute)
        (property ?H ?SS))
    (instance ?H Hurricane))
Weather.kif 2342-2346


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