Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  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 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 3346-3350
(documentation EFScaleAttribute ChineseLanguage "EFScaleAttribute 是改良藤田级数的简称。这是根据一系列龙卷风所造成的损害, 估计首灾区的3秒阵风风速来表示一个 Tornado (龙卷风)的强度。级数最低的龙卷风为 EFO,它的阵风风速估计在 65 到 85 mph 之间, 而最强级别的 Tornades 是 EF5,阵风大于 GreaterThan 200 mph。") Weather.kif 3351-3353
(subclass EFScaleAttribute SpeedScaleAttribute) Weather.kif 3355-3355 Enhanced fuijita scale attribute is a subclass of speed scale attribute

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


(instance EF0 EFScaleAttribute) Weather.kif 3416-3416 EF0 is an instance of enhanced fuijita scale attribute
(instance EF1 EFScaleAttribute) Weather.kif 3424-3424 EF1 is an instance of enhanced fuijita scale attribute
(instance EF2 EFScaleAttribute) Weather.kif 3432-3432 EF2 is an instance of enhanced fuijita scale attribute
(instance EF3 EFScaleAttribute) Weather.kif 3440-3440 EF3 is an instance of enhanced fuijita scale attribute
(instance EF4 EFScaleAttribute) Weather.kif 3448-3448 EF4 is an instance of enhanced fuijita scale attribute
(instance EF5 EFScaleAttribute) Weather.kif 3456-3456 EF5 is an instance of enhanced fuijita scale attribute
(termFormat EnglishLanguage EFScaleAttribute "EF scale attribute") domainEnglishFormat.kif 10347-10347 EF5 is an instance of enhanced fuijita scale attribute
(termFormat EnglishLanguage EFScaleAttribute "enhanced fuijita scale attribute") domainEnglishFormat.kif 10348-10348 EF5 is an instance of enhanced fuijita scale attribute
(termFormat ChineseLanguage EFScaleAttribute "改良藤田级数") domainEnglishFormat.kif 10349-10349 EF5 is an instance of enhanced fuijita scale attribute

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


(=>
    (and
        (instance ?EF EFScaleAttribute)
        (property ?T ?EF))
    (instance ?T Tornado))
Weather.kif 3357-3361 If X is an instance of enhanced fuijita scale attribute and Y the attribute X, then Y is an instance of tornado
(=>
    (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 3363-3381 If X is an instance of tornado, Y is an instance of enhanced fuijita scale attribute, X is located at Z, W believes X the attribute Y, and V miles per hour(s) and U miles per hour(s) are the min and max speed of Y, then there exists T such that T is greater than or equal to V and T is less than or equal to U and W believes equal T miles per hour(s) and ThreeSecondSpeedGustFn ending at the time of existence of X in Z


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