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

Formal Language: 



KB Term:  Term intersection
English Word: 

  highTide

Sigma KEE - highTide
highTide

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


(documentation highTide EnglishLanguage "(highTide ?PLACE ?TIME ?AMOUNT) means that there is a HighTide at the &$Region ?PLACE at the TimeInterval ?TIME with the relative height ?AMOUNT. The height is given in relation to the datum on a standard chart.") Geography.kif 5013-5016
(domain highTide 1 Region) Geography.kif 5010-5010 The number 1 argument of high tide is an instance of region
(domain highTide 2 TimeInterval) Geography.kif 5011-5011 The number 2 argument of high tide is an instance of time interval
(domain highTide 3 LengthMeasure) Geography.kif 5012-5012 The number 3 argument of high tide is an instance of length measure
(instance highTide TernaryPredicate) Geography.kif 5009-5009 high tide is an instance of ternary predicate

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


(format ChineseLanguage highTide "%1 %n 是 对于 %3 的 high 潮汐 %2 ") domainEnglishFormat.kif 1189-1189
(format ChineseTraditionalLanguage highTide "%1 %n 是 對於 %3 的 high 潮汐 %2 ") domainEnglishFormat.kif 1188-1188
(format EnglishLanguage highTide "%1 is %n high tide %2 for %3") domainEnglishFormat.kif 1187-1187
(termFormat EnglishLanguage highTide "high tide") domainEnglishFormat.kif 65850-65850

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


(=>
    (and
        (lowTide ?PLACE ?TIME1
            (MeasureFn ?AMOUNT1 ?U))
        (highTide ?PLACE ?TIME2
            (MeasureFn ?AMOUNT2 ?U))
        (instance ?U UnitOfLength)
        (instance ?DAY Day)
        (overlapsTemporally ?TIME1 ?DAY)
        (overlapsTemporally ?TIME2 ?DAY))
    (greaterThan ?AMOUNT1 ?AMOUNT2))
Geography.kif 5027-5037


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