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

Formal Language: 



KB Term:  Term intersection
English Word: 

  waveHeight

Sigma KEE - waveHeight
waveHeight

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


(documentation waveHeight ChineseLanguage "waveHeight 是一个二元谓语 BinaryPredicate. (waveHeight ?WW ?X) 的意思是 ?X 高度 (LengthMeasure)是水体(BodyOfWater)兴起 ?WW (WaterWave 波浪)的 波峰和前面波谷高度(altitude)的差别。") Weather.kif 1411-1413
(documentation waveHeight EnglishLanguage "waveHeight is a BinaryPredicate. (waveHeight ?WW ?X) means that ?X is the LengthMeasure of the difference between the altitude of the crest and its leading trough of the BodyOfWater of where a ?WW (WaterWave) takes place.") Weather.kif 1407-1410
(domain waveHeight 1 WaterWave) Weather.kif 1414-1414
(domain waveHeight 2 LengthMeasure) Weather.kif 1415-1415
(instance waveHeight BinaryPredicate) Weather.kif 1416-1416
(subclass waveHeight ConstantQuantity) Weather.kif 1417-1417

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


(format EnglishLanguage waveHeight "The waveHeight of %1 %2.") Weather.kif 1418-1418
(termFormat ChineseLanguage waveHeight "波高") domainEnglishFormat.kif 27860-27860
(termFormat EnglishLanguage waveHeight "wave height") domainEnglishFormat.kif 27859-27859

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


(=>
    (and
        (instance ?WW WaterWave)
        (waveHeight ?WW ?WH))
    (exists (?LIST ?WA ?U ?SWH)
        (and
            (inList ?WH ?LIST)
            (instance ?WA WaterArea)
            (eventLocated ?WW ?WA)
            (instance ?U UnitOfLength)
            (significantWaveHeight ?WA
                (WhenFn ?WW)
                (MeasureFn ?SWH ?U))
            (equal ?SWH
                (MultiplicationFn 4.0
                    (StandardDeviationFn ?LIST))))))
Weather.kif 1532-1547
(=>
    (waveHeight ?WW ?X)
    (exists (?WATER ?CREST ?TROUGH ?U)
        (and
            (instance ?WATER BodyOfWater)
            (eventLocated ?WW ?WATER)
            (part ?CREST ?WATER)
            (part ?TROUGH ?WATER)
            (distance ?CREST ?TROUGH ?X)
            (not
                (exists (?A ?AH)
                    (and
                        (part ?A ?WATER)
                        (altitude ?A ?CREST
                            (MeasureFn ?AH ?U))
                        (greaterThan ?AH 0.0))))
            (not
                (exists (?B ?BH)
                    (and
                        (part ?B ?WATER)
                        (altitude ?TROUGH ?B
                            (MeasureFn ?BH ?U))
                        (greaterThan ?BH 0.0)))))))
Weather.kif 1420-1440


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