Drought(干旱) |
appearance as argument number 1 |
(documentation Drought EnglishLanguage "Drought is the subclass of WeatherProcess that represents long periods without precipitation, which is damaging to crops, livestock, and human life.") | Weather.kif 2450-2452 | |
(externalImage Drought "http://articulatesoftware.com/SUMOpictures/weather/ scenes/ drought.png") | pictureList.kif 399-399 | |
(subclass Drought WeatherProcess) | Weather.kif 2449-2449 | 干旱 是 天气过程 的 subclass |
appearance as argument number 2 |
(termFormat ChineseLanguage Drought "干旱") | domainEnglishFormat.kif 20496-20496 | |
(termFormat ChineseTraditionalLanguage Drought "乾旱") | domainEnglishFormat.kif 20495-20495 | |
(termFormat EnglishLanguage Drought "drought") | domainEnglishFormat.kif 20494-20494 |
antecedent |
(=> (and (instance ?DRYSPELL Drought) (eventLocated ?DRYSPELL ?AREA)) (not (exists (?RAIN ?PLACE) (and (instance ?RAIN Raining) (instance ?PLACE Region) (eventLocated ?RAIN ?PLACE) (overlapsSpatially ?PLACE ?AREA) (overlapsTemporally ?RAIN ?DRYSPELL))))) |
Weather.kif 2454-2465 |
consequent |
(=> (instance ?CAC Cactus) (modalAttribute (exists (?AREA) (and (instance ?AREA GeographicArea) (located ?CAC ?AREA) (exists (?D) (and (instance ?D Drought) (eventLocated ?D ?AREA))))) Likely)) |
Geography.kif 6302-6312 | |
(=> (instance ?P Succulent) (modalAttribute (exists (?D) (and (instance ?D Drought) (experiencer ?D ?P) (attribute ?P Living))) Likely)) |
Geography.kif 6286-6293 |