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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - EFScaleAttribute
EFScaleAttribute(enhanced fuijita scale attribute)

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 Enhanced fuijita scale attribute is a subclass of speed scale attribute

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


(instance EF0 EFScaleAttribute) Weather.kif 2145-2145 EF0 is an instance of enhanced fuijita scale attribute
(instance EF1 EFScaleAttribute) Weather.kif 2153-2153 EF1 is an instance of enhanced fuijita scale attribute
(instance EF2 EFScaleAttribute) Weather.kif 2161-2161 EF2 is an instance of enhanced fuijita scale attribute
(instance EF3 EFScaleAttribute) Weather.kif 2169-2169 EF3 is an instance of enhanced fuijita scale attribute
(instance EF4 EFScaleAttribute) Weather.kif 2177-2177 EF4 is an instance of enhanced fuijita scale attribute
(instance EF5 EFScaleAttribute) Weather.kif 2185-2185 EF5 is an instance of enhanced fuijita scale attribute
(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 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