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



KB Term:  Term intersection
English Word: 

  ChemicalDecomposition

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

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


(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 3614-3617
(documentation SSHWSAttribute ChineseLanguage "SSHWSAttribute 是萨菲尔辛普森飓风风力等级 的缩写。这是以距离地面10米高,最高的一分钟平均风速(Mean1MinuteWindSpeedFn) 用来评估一个台风(Hurricane)强弱程度的属性 (Attribute)。") Weather.kif 3618-3620
(subclass SSHWSAttribute SpeedScaleAttribute) Weather.kif 3624-3624 Saffir Simpson Hurrican wind scale is a subclass of speed scale attribute

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


(termFormat EnglishLanguage SSHWSAttribute "SSHWS attribute") Weather.kif 3621-3621
(termFormat EnglishLanguage SSHWSAttribute "Saffir Simpson Hurrican wind scale") Weather.kif 3622-3622
(termFormat ChineseLanguage SSHWSAttribute "萨菲尔辛普森飓风风力等级") Weather.kif 3623-3623
(instance SSHWS1 SSHWSAttribute) Weather.kif 3660-3660 SSHWS1 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS2 SSHWSAttribute) Weather.kif 3672-3672 SSHWS2 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS3 SSHWSAttribute) Weather.kif 3684-3684 SSHWS3 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS4 SSHWSAttribute) Weather.kif 3696-3696 SSHWS4 is an instance of Saffir Simpson Hurrican wind scale
(instance SSHWS5 SSHWSAttribute) Weather.kif 3708-3708 SSHWS5 is an instance of Saffir Simpson Hurrican wind scale

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


(=>
    (and
        (instance ?SS SSHWSAttribute)
        (property ?H ?SS))
    (instance ?H Hurricane))
Weather.kif 3626-3630 If X is an instance of Saffir Simpson Hurrican wind scale and Y the attribute X, then Y is an instance of hurricane
(=>
    (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 3632-3651 If All of the following hold: (1) X is an instance of hurricane (2) Y is an instance of Saffir Simpson Hurrican wind scale (3) X is located at Z (4) W believes X the attribute Y (5) V U(s) and T U(s) are the min and max speed of Y (6) U is an instance of unit of measure, then there exists S such that S is greater than or equal to V and S is less than or equal to T and W believes equal S U(s) and Mean1MinuteWindSpeedFn for the time of existence of X in region Z


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners