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



KB Term:  Term intersection
English Word: 

Sigma KEE - surfaceWindDirection
surfaceWindDirection

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


(instance surfaceWindDirection BinaryPredicate) Weather.kif 155-155 surface wind direction is an instance of binary predicate
(domain surfaceWindDirection 1 Object) Weather.kif 156-156 The number 1 argument of surface wind direction is an instance of object
(domain surfaceWindDirection 2 DirectionalAttribute) Weather.kif 157-157 The number 2 argument of surface wind direction is an instance of directional attribute
(documentation surfaceWindDirection EnglishLanguage "(surfaceWindDirection ?PLACE ?DIRECTION) means that at ?PLACE the wind is coming from the compass point ?DIRECTION. For example, (surfaceWindDirection SanFranciscoBay Northwest) means that the wind in San Francisco Bay is coming from the Northwest. The wind is within 500 feet of Earth's surface.") Weather.kif 159-164 The number 2 argument of surface wind direction is an instance of directional attribute

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


(format EnglishLanguage surfaceWindDirection "%2 is %n a surface wind direction of %1") domainEnglishFormat.kif 2421-2421
(format ChineseTraditionalLanguage surfaceWindDirection "%2 %n 是 %1 的 surface 風向") domainEnglishFormat.kif 2422-2422
(format ChineseLanguage surfaceWindDirection "%2 %n 是 %1 的 surface 风向") domainEnglishFormat.kif 2423-2423
(termFormat EnglishLanguage surfaceWindDirection "surface wind direction") domainEnglishFormat.kif 56312-56312
(termFormat ChineseTraditionalLanguage surfaceWindDirection "地面風向") domainEnglishFormat.kif 56313-56313
(termFormat ChineseLanguage surfaceWindDirection "地面风向") domainEnglishFormat.kif 56314-56314

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


(=>
    (surfaceWindDirection ?PLACE ?DIR)
    (exists (?WIND ?FROM)
        (and
            (instance ?WIND Wind)
            (instance ?FROM Region)
            (eventPartlyLocated ?WIND ?PLACE)
            (origin ?WIND ?FROM)
            (orientation ?FROM ?PLACE ?DIR))))
Weather.kif 166-174 If X is a surface wind direction of Y, then there exist Z, W such that Z is an instance of wind, W is an instance of region, Z is partly located at Y, Z originates at W, and W is X to Y

consequent
-------------------------


(=>
    (and
        (surfaceWindVelocity ?PLACE ?SPEED ?DIR_TOWARD)
        (oppositeDirection ?DIR_TOWARD ?DIR_FROM))
    (surfaceWindDirection ?PLACE ?DIR_FROM))
Weather.kif 176-180 If X is surface wind velocity Y for ?DIR_TOWARD and ?DIR_FROM is an opposite direction of ?DIR_TOWARD, then ?DIR_FROM is a surface wind direction of X
(=>
    (and
        (instance ?ZEPHYR WindFlow)
        (measure ?ZEPHYR
            (VelocityFn ?DIST ?TIME ?PLACE ?DIR_TOWARD))
        (oppositeDirection ?DIR_TOWARD ?DIR_FROM))
    (surfaceWindDirection ?PLACE ?DIR_FROM))
Weather.kif 182-187 If X is an instance of wind flow, the measure of X is Y per Z in W in the direction ?DIR_TOWARD, and ?DIR_FROM is an opposite direction of ?DIR_TOWARD, then ?DIR_FROM is a surface wind direction of W
(=>
    (and
        (instance ?W HarmattanWind)
        (eventLocated ?W WesternAfrica)
        (origin ?W SaharaDesert)
        (destination ?W GulfOfGuinea)
        (located ?W ?LOC))
    (holdsDuring
        (WhenFn ?W)
        (surfaceWindDirection ?LOC Northeast)))
Weather.kif 1994-2003 If X is an instance of harmattan wind, X is located at western africa, X originates at Sahara Desert, X ends up at Gulf Of Guinea, and X is located at Y, then northeast of is a surface wind direction of Y holds during the time of existence of X
(=>
    (and
        (instance ?W Mistral)
        (eventLocated ?W ?A))
    (holdsDuring
        (WhenFn ?W)
        (surfaceWindDirection ?A Northwest)))
Weather.kif 2096-2102 If X is an instance of mistral and X is located at Y, then northwest of is a surface wind direction of Y holds during the time of existence of X
(=>
    (and
        (instance ?W ChinookWind)
        (eventLocated ?W ?A))
    (holdsDuring
        (WhenFn ?W)
        (surfaceWindDirection ?A West)))
Weather.kif 2115-2121 If X is an instance of chinook wind and X is located at Y, then west of is a surface wind direction of Y holds during the time of existence of X
(=>
    (and
        (instance ?W CoastalChinookWind)
        (eventLocated ?W ?A))
    (holdsDuring
        (WhenFn ?W)
        (surfaceWindDirection ?A West)))
Weather.kif 2130-2136 If X is an instance of coastal chinook wind and X is located at Y, then west of is a surface wind direction of Y holds during the time of existence of X
(=>
    (and
        (instance ?W PuelcheWind)
        (eventLocated ?W ?A)
        (geographicSubregion ?A Chile)
        (orientation ?A SantiagoChile South))
    (holdsDuring
        (WhenFn ?W)
        (surfaceWindDirection ?A East)))
Weather.kif 2217-2225 If X is an instance of Puelche wind, X is located at Y, Y is a geographic subregion of chile, and Y is south of to santiago chile, then east of is a surface wind direction of Y holds during the time of existence of X


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