terrainInArea |
appearance as argument number 1 |
(documentation terrainInArea EnglishLanguage "(terrainInArea ?AREA ?ATTRIBUTE) means that the GeographicArea ?AREA is or includes a region with the features of TerrainArea ?ATTRIBUTE.") | Geography.kif 1715-1717 | |
(domain terrainInArea 1 GeographicArea) | Geography.kif 1712-1712 | The number 1 argument of terrain in area is an instance of geographic area |
(domain terrainInArea 2 TerrainAttribute) | Geography.kif 1713-1713 | The number 2 argument of terrain in area is an instance of terrain attribute |
(instance terrainInArea AsymmetricRelation) | Geography.kif 1711-1711 | terrain in area is an instance of asymmetric relation |
(instance terrainInArea BinaryPredicate) | Geography.kif 1710-1710 | terrain in area is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage terrainInArea "%2 %n 是在區域 %1 的 terrain ") | domainEnglishFormat.kif 2463-2463 | |
(format ChineseTraditionalLanguage terrainInArea "%2 %n 是在區域 %1 的 terrain ") | domainEnglishFormat.kif 2462-2462 | |
(format EnglishLanguage terrainInArea "%2 is %n a terrain in area of %1") | domainEnglishFormat.kif 2461-2461 | |
(termFormat ChineseLanguage terrainInArea "区域内的地形") | domainEnglishFormat.kif 57626-57626 | |
(termFormat ChineseTraditionalLanguage terrainInArea "區域內的地形") | domainEnglishFormat.kif 57625-57625 | |
(termFormat EnglishLanguage terrainInArea "terrain in area") | domainEnglishFormat.kif 57624-57624 |
antecedent |
(=> (terrainInArea ?AREA ?ATTRIBUTE) (exists (?REGION) (and (instance ?REGION GeographicArea) (attribute ?REGION ?ATTRIBUTE) (partlyLocated ?REGION ?AREA)))) |
Geography.kif 1719-1725 |
|
consequent |
(=> (and (instance ?AREA GeographicArea) (attribute ?REGION ?ATTRIBUTE) (instance ?ATTRIBUTE TerrainAttribute) (partlyLocated ?REGION ?AREA)) (terrainInArea ?AREA ?ATTRIBUTE)) |
Geography.kif 1727-1733 |
|