lowTide |
appearance as argument number 1 |
(documentation lowTide EnglishLanguage "(lowTide ?PLACE ?TIME ?AMOUNT) means that there is a LowTide 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 5022-5025 | |
(domain lowTide 1 Region) | Geography.kif 5019-5019 | |
(domain lowTide 2 TimeInterval) | Geography.kif 5020-5020 | |
(domain lowTide 3 LengthMeasure) | Geography.kif 5021-5021 | |
(instance lowTide TernaryPredicate) | Geography.kif 5018-5018 |
appearance as argument number 2 |
(format ChineseLanguage lowTide "%1 %n{不} 对于 %3 low 潮汐") | domainEnglishFormat.kif 1591-1591 | |
(format ChineseTraditionalLanguage lowTide "%1 %n{不} 對於 %3 low 潮汐") | domainEnglishFormat.kif 1590-1590 | |
(format EnglishLanguage lowTide "%1 %n{doesn't} low tide %2 for %3") | domainEnglishFormat.kif 1589-1589 | |
(termFormat EnglishLanguage lowTide "low tide") | domainEnglishFormat.kif 65869-65869 |
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 |