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 4911-4914 | |
(domain highTide 1 Region) | Geography.kif 4908-4908 | highTide 的 1 数量 是 地区 的 instance |
(domain highTide 2 TimeInterval) | Geography.kif 4909-4909 | highTide 的 2 数量 是 时距 的 instance |
(domain highTide 3 LengthMeasure) | Geography.kif 4910-4910 | highTide 的 3 数量 是 长度测量 的 instance |
(instance highTide TernaryPredicate) | Geography.kif 4907-4907 | highTide 是 三元谓语 的 instance |
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 |
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 4925-4935 |
![]() |
![]() |