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


KB Term:  Term intersection
English Word: 

Sigma KEE - Mean2MinutesWindSpeedFn
Mean2MinutesWindSpeedFn

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


(documentation Mean2MinutesWindSpeedFn EnglishLanguage "(Mean2MinutesWindSpeedFn ?PLACE ?TIME) returns a FunctionQuantity which is the average value of a List of 24 instantaneous of surfaceWindSpeed measurements, each taken at 5 Second intervals, over a 2 Minutes TimeDuration for ?PLACE at ?TIME, standardised to reflect the winds at 10 metres (33 feet) above the Earth's surface.") Weather.kif 3544-3548
(documentation Mean2MinutesWindSpeedFn ChineseLanguage "(Mean2MinutesWindSpeedFn ?PLACE ?TIME) 得出一個 FunctionQuantity, 它是在?PLACE 地方,划一表示在地球表面10米(33 英尺)上高度位置, 某时 ?TIME,(持续时间)TimeDuration 长2 Minutes 分钟、共24个每 5 Second 秒时间 间隔量度的即时(地面风速)surfaceWindSpeed(串列)&List上的平均值。") Weather.kif 3550-3553
(domain Mean2MinutesWindSpeedFn 1 GeographicArea) Weather.kif 3555-3555 The number 1 argument of two minute mean surface wind speed is an instance of geographic area
(domain Mean2MinutesWindSpeedFn 2 TimeInterval) Weather.kif 3556-3556 The number 2 argument of two minute mean surface wind speed is an instance of timeframe
(range Mean2MinutesWindSpeedFn FunctionQuantity) Weather.kif 3557-3557 The range of two minute mean surface wind speed is an instance of function quantity
(instance Mean2MinutesWindSpeedFn BinaryFunction) Weather.kif 3558-3558 Two minute mean surface wind speed is an instance of binary function

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


(format EnglishLanguage Mean2MinutesWindSpeedFn "Mean2MinutesWindSpeedFn for %2 in region %1") Weather.kif 3549-3549
(format ChineseLanguage Mean2MinutesWindSpeedFn "%1地区在%2时段的 Mean2MinutesWindSpeedFn") Weather.kif 3554-3554
(termFormat EnglishLanguage Mean2MinutesWindSpeedFn "two minute mean surface wind speed") domainEnglishFormat.kif 10378-10378
(termFormat ChineseLanguage Mean2MinutesWindSpeedFn "2分钟平均地面风速") domainEnglishFormat.kif 10379-10379

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


(=>
    (equal ?SPEED
        (Mean2MinutesWindSpeedFn ?PLACE ?TIME))
    (holdsDuring ?TIME
        (exists (?MLIST ?RLIST ?NLIST ?UNIT)
            (and
                (instance ?MLIST MeasuringSurfaceWindSpeedList)
                (locationMeasuringList ?MLIST ?PLACE)
                (measuringListInterval ?MLIST
                    (MeasureFn 5 SecondDuration))
                (measuringListDuration ?MLIST
                    (MeasureFn 2 MinuteDuration))
                (equal 24
                    (ListLengthFn ?MLIST))
                (measuringResult ?MLIST ?RLIST)
                (equal ?NLIST
                    (PhysicalQuantityToNumberFn ?RLIST))
                (equal ?SPEED
                    (MeasureFn
                        (AverageFn ?NLIST) ?UNIT))))))
Weather.kif 3560-3577 If equal X and Mean2MinutesWindSpeedFn for Y in region Z, then there exist W, V,, , U and T such that W is an instance of measuring surface wind speed list and The eventLocated for W is Z and measuring list interval W and 5 second duration(s) and The Measuring for list W takes 2 minute duration(s). and equal 24 and length of W and V is the result of W and equal U and PhysicalQuantityToNumberFn returns the numberic values of a list of V and equal X and the average of the numbers in U T(s) holds during Y


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners