![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| waterAreaOnly |
| appearance as argument number 1 |
|
|
| (instance waterAreaOnly BinaryPredicate) | Geography.kif 2022-2022 | water area only is an instance of binary predicate |
| (domain waterAreaOnly 1 GeographicArea) | Geography.kif 2023-2023 | The number 1 argument of water area only is an instance of geographic area |
| (domain waterAreaOnly 2 AreaMeasure) | Geography.kif 2024-2024 | The number 2 argument of water area only is an instance of area measure |
| (documentation waterAreaOnly EnglishLanguage "(waterAreaOnly ?REGION ?MEASURE) means that the total area(s) of surface water within the GeographicArea ?REGION has the AreaMeasure ?AMOUNT. The pieces of water need not be continuous within the region.") | Geography.kif 2026-2029 | The number 2 argument of water area only is an instance of area measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage waterAreaOnly "%2 is %n a water area only of %1") | domainEnglishFormat.kif 2609-2609 | |
| (format ChineseTraditionalLanguage waterAreaOnly "%2 %n 是只對 %1 的 water 區域") | domainEnglishFormat.kif 2610-2610 | |
| (format ChineseLanguage waterAreaOnly "%2 %n 是只对 %1 的 water 区域") | domainEnglishFormat.kif 2611-2611 | |
| (termFormat EnglishLanguage waterAreaOnly "water area only") | domainEnglishFormat.kif 62338-62338 | |
| (termFormat ChineseTraditionalLanguage waterAreaOnly "僅限水域") | domainEnglishFormat.kif 62339-62339 | |
| (termFormat ChineseLanguage waterAreaOnly "仅限水域") | domainEnglishFormat.kif 62340-62340 |
| 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 |
| (=> (waterAreaOnly ?AREA ?MEASURE) (exists (?WATER) (and (instance ?WATER WaterOnlyArea) (part ?WATER ?AREA) (totalArea ?WATER ?MEASURE)))) |
Geography.kif 2079-2085 | If X is a water area only of Y, then there exists Z such that Z is an instance of water only area, Z is a part of Y, and X is a total area of Z |