HighTide more pictures... |
appearance as argument number 1 |
(documentation HighTide EnglishLanguage "HighTide is the class of TidalProcesses that occur twice a day in marine waters, in which the water level rises above the mean sea level.") | Geography.kif 4991-4993 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/4/ 4e/ Wimereux_Spring_Tide.jpg") | pictureList.kif 7062-7062 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/5/ 59/ Orbit3.gif") | pictureList.kif 6610-6610 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/5/ 5e/ M2_tidal_constituent.jpg") | pictureList.kif 7063-7063 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/7/ 76/ Bay_of_Fundy_High_Tide.jpg") | pictureList.kif 7064-7064 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/c/ cf/ Bay_of_Fundy_Low_Tide.jpg") | pictureList.kif 7065-7065 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/commons/d/ d8/ Field_tidal.png") | pictureList.kif 7068-7068 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/en/0/00/Tide_type.gif") | pictureList.kif 7058-7058 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/en/0/0e/Tidal_constituent_sum.gif") | pictureList.kif 7059-7059 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/en/1/19/Tide_legal_use.gif") | pictureList.kif 7060-7060 | |
(externalImage HighTide "http://upload.wikimedia.org/wikipedia/en/f/fa/Tide24_12_mix.gif") | pictureList.kif 7061-7061 | |
(subclass HighTide TidalProcess) | Geography.kif 4989-4989 |
appearance as argument number 2 |
(subclass HigherHighTide HighTide) | Geography.kif 4995-4995 | |
(termFormat ChineseLanguage HighTide "高潮") | domainEnglishFormat.kif 28196-28196 | |
(termFormat ChineseTraditionalLanguage HighTide "高潮") | domainEnglishFormat.kif 28195-28195 | |
(termFormat EnglishLanguage HighTide "high tide") | domainEnglishFormat.kif 28194-28194 |
antecedent |
(=> (and (instance ?LOW LowTide) (instance ?HIGH HighTide) (eventLocated ?LOW ?PLACE) (eventLocated ?HIGH ?PLACE) (instance ?DAY Day) (overlapsTemporally ?LOW ?DAY) (overlapsTemporally ?HIGH ?DAY)) (exists (?AMOUNT1 ?AMOUNT2 ?U) (and (instance ?U UnitOfLength) (holdsDuring ?LOW (waterDepth ?PLACE (MeasureFn ?AMOUNT1 ?U))) (holdsDuring ?HIGH (waterDepth ?PLACE (MeasureFn ?AMOUNT2 ?U))) (greaterThan ?AMOUNT2 ?AMOUNT1)))) |
Geography.kif 4958-4976 |