![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| landAreaOnly |
| appearance as argument number 1 |
|
|
| (instance landAreaOnly BinaryPredicate) | Geography.kif 2013-2013 | land area only is an instance of binary predicate |
| (domain landAreaOnly 1 GeographicArea) | Geography.kif 2014-2014 | The number 1 argument of land area only is an instance of geographic area |
| (domain landAreaOnly 2 AreaMeasure) | Geography.kif 2015-2015 | The number 2 argument of land area only is an instance of area measure |
| (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 2017-2020 | The number 2 argument of land area only is an instance of area measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage landAreaOnly "%2 is %n a land area only of %1") | domainEnglishFormat.kif 1429-1429 | |
| (format ChineseTraditionalLanguage landAreaOnly "%2 %n 是只對 %1 的 land 地區") | domainEnglishFormat.kif 1430-1430 | |
| (format ChineseLanguage landAreaOnly "%2 %n 是只对 %1 的 land 地区") | domainEnglishFormat.kif 1431-1431 | |
| (termFormat EnglishLanguage landAreaOnly "land area only") | domainEnglishFormat.kif 33207-33207 | |
| (termFormat ChineseTraditionalLanguage landAreaOnly "僅限陸地面積") | domainEnglishFormat.kif 33208-33208 | |
| (termFormat ChineseLanguage landAreaOnly "仅限陆地面积") | domainEnglishFormat.kif 33209-33209 |
| antecedent |
|
|
| (=> (and (instance ?UNIT UnitOfArea) (landAreaOnly ?AREA (MeasureFn ?LAND ?UNIT)) (waterAreaOnly ?AREA (MeasureFn ?WATER ?UNIT))) (totalArea ?AREA (MeasureFn (AdditionFn ?LAND ?WATER) ?UNIT))) |
Geography.kif 2031-2036 | If X is an instance of unit of area, Y X(s) is a land area only of Z, and W X(s) is a water area only of Z, then (Y and W) X(s) is a total area of Z |
| (=> (landAreaOnly ?AREA ?MEASURE) (exists (?LAND) (and (instance ?LAND SurfaceGroundArea) (part ?LAND ?AREA) (totalArea ?LAND ?MEASURE)))) |
Geography.kif 2055-2061 | If X is a land area only of Y, then there exists Z such that Z is an instance of surface ground area, Z is a part of Y, and X is a total area of Z |