landAreaOnly |
appearance as argument number 1 |
(documentation landAreaOnly EnglishLanguage "(landAreaOnly ?REGION ?MEASURE) means that the total area(s) of solid ground within the GeographicArea ?REGION has the AreaMeasure ?AMOUNT. The pieces of solid ground need not be continuous within the region.") | Geography.kif 541-544 | |
(domain landAreaOnly 1 GeographicArea) | Geography.kif 538-538 | landAreaOnly の数値 1 引数は 地理的地域 の instance では %n |
(domain landAreaOnly 2 AreaMeasure) | Geography.kif 539-539 | landAreaOnly の数値 2 引数は 面積測定 の instance では %n |
(instance landAreaOnly BinaryPredicate) | Geography.kif 537-537 | landAreaOnly は 2進述語 の instance では %n |
appearance as argument number 2 |
(format ChineseLanguage landAreaOnly "%2 %n 是只对 %1 的 land 地区") | domainEnglishFormat.kif 1431-1431 | |
(format ChineseTraditionalLanguage landAreaOnly "%2 %n 是只對 %1 的 land 地區") | domainEnglishFormat.kif 1430-1430 | |
(format EnglishLanguage landAreaOnly "%2 is %n a land area only of %1") | domainEnglishFormat.kif 1429-1429 | |
(termFormat ChineseLanguage landAreaOnly "仅限陆地面积") | domainEnglishFormat.kif 33205-33205 | |
(termFormat ChineseTraditionalLanguage landAreaOnly "僅限陸地面積") | domainEnglishFormat.kif 33204-33204 | |
(termFormat EnglishLanguage landAreaOnly "land area only") | domainEnglishFormat.kif 33203-33203 |
antecedent |
(=> (and (instance ?UNIT UnitOfArea) (landAreaOnly ?AREA (MeasureFn ?LAND ?UNIT)) (waterAreaOnly ?AREA (MeasureFn ?WATER ?UNIT))) (totalArea ?AREA (MeasureFn (AdditionFn ?LAND ?WATER) ?UNIT))) |
Geography.kif 555-560 | |
(=> (landAreaOnly ?AREA ?MEASURE) (exists (?LAND) (and (instance ?LAND SurfaceGroundArea) (part ?LAND ?AREA) (totalArea ?LAND ?MEASURE)))) |
Geography.kif 579-585 |