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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 5082-5085
(domain highTide 1 Region) Geography.kif 5079-5079 The number 1 argument of high tide is an instance of region
(domain highTide 2 TimeInterval) Geography.kif 5080-5080 The number 2 argument of high tide is an instance of time interval
(domain highTide 3 LengthMeasure) Geography.kif 5081-5081 The number 3 argument of high tide is an instance of length measure
(instance highTide TernaryPredicate) Geography.kif 5078-5078 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 65888-65888

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 5096-5106


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 is open source software produced by Articulate Software and its partners