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

Formal Language: 



KB Term:  Term intersection
English Word: 

  EFScaleAttribute

Sigma KEE - EFScaleAttribute
EFScaleAttribute(改良藤田级数)

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


(documentation EFScaleAttribute ChineseLanguage "EFScaleAttribute 是改良藤田级数的简称。这是根据一系列龙卷风所造成的损害, 估计首灾区的3秒阵风风速来表示一个 Tornado (龙卷风)的强度。级数最低的龙卷风为 EFO,它的阵风风速估计在 65 到 85 mph 之间, 而最强级别的 Tornades 是 EF5,阵风大于 GreaterThan 200 mph。") Weather.kif 2080-2082
(documentation EFScaleAttribute EnglishLanguage "EFScaleAttribute is short for the Enhanced Fujita Scale. It is the Attribute for indicating the intensity of a Tornado according to a set of 3-second gusts wind estimates based on damage it caused. The lightest tornados(EFO) have wind gusts ranging between 65 to 85 mph,and the severest Tornades (EF5) GreaterThan 200 mph.") Weather.kif 2075-2079
(subclass EFScaleAttribute SpeedScaleAttribute) Weather.kif 2084-2084 改良藤田级数时速级数属性subclass

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


(instance EF0 EFScaleAttribute) Weather.kif 2145-2145 改良藤田0改良藤田级数instance
(instance EF1 EFScaleAttribute) Weather.kif 2153-2153 改良藤田1改良藤田级数instance
(instance EF2 EFScaleAttribute) Weather.kif 2161-2161 改良藤田2改良藤田级数instance
(instance EF3 EFScaleAttribute) Weather.kif 2169-2169 改良藤田3改良藤田级数instance
(instance EF4 EFScaleAttribute) Weather.kif 2177-2177 改良藤田4改良藤田级数instance
(instance EF5 EFScaleAttribute) Weather.kif 2185-2185 改良藤田5改良藤田级数instance
(termFormat ChineseLanguage EFScaleAttribute "改良藤田级数") domainEnglishFormat.kif 10349-10349
(termFormat EnglishLanguage EFScaleAttribute "EF scale attribute") domainEnglishFormat.kif 10347-10347
(termFormat EnglishLanguage EFScaleAttribute "enhanced fuijita scale attribute") domainEnglishFormat.kif 10348-10348

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


(=>
    (and
        (instance ?EF EFScaleAttribute)
        (property ?T ?EF))
    (instance ?T Tornado))
Weather.kif 2086-2090
(=>
    (and
        (instance ?T Tornado)
        (instance ?EF EFScaleAttribute)
        (eventLocated ?T ?AREA)
        (believes ?A
            (property ?T ?EF))
        (speedScaleAttributeMinMax ?EF
            (MeasureFn ?MIN MilesPerHour)
            (MeasureFn ?MAX MilesPerHour)))
    (exists (?GUST)
        (and
            (greaterThanOrEqualTo ?GUST ?MIN)
            (lessThanOrEqualTo ?GUST ?MAX)
            (believes ?A
                (equal
                    (MeasureFn ?GUST MilesPerHour)
                    (ThreeSecondGustSpeedFn ?AREA
                        (WhenFn ?T)))))))
Weather.kif 2092-2110


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