totalCoastline |
appearance as argument number 1 |
(documentation totalCoastline EnglishLanguage "(totalCoastline ?AREA ?COASTLENGTH) means that the total length of all boundaries between the GeographicArea ?AREA and the ocean is the LengthMeasure ?COASTLENGTH. The coastline counted may be discontinuous and may even be along different oceans (as in Columbia). A totalCoastline of zero indicates a LandlockedArea. Note that only Ocean coastlines are counted, not any shores with inland waters.") | Geography.kif 890-896 | |
(domain totalCoastline 1 GeographicArea) | Geography.kif 887-887 | Il numero 1 argomenti di totalCoastline è un istanza di AreaGeografica |
(domain totalCoastline 2 LengthMeasure) | Geography.kif 888-888 | Il numero 2 argomenti di totalCoastline è un istanza di MisuraDiLunghezza |
(instance totalCoastline BinaryPredicate) | Geography.kif 886-886 | totalCoastline è un' istanza di PredicatoBinario |
appearance as argument number 2 |
(format ChineseLanguage totalCoastline "%2 %n 是 %1 的 total 海岸线") | domainEnglishFormat.kif 2487-2487 | |
(format ChineseTraditionalLanguage totalCoastline "%2 %n 是 %1 的 total 海岸線") | domainEnglishFormat.kif 2486-2486 | |
(format EnglishLanguage totalCoastline "%2 is %n a total coastline of %1") | domainEnglishFormat.kif 2485-2485 | |
(termFormat ChineseLanguage totalCoastline "总海岸线") | domainEnglishFormat.kif 58546-58546 | |
(termFormat ChineseTraditionalLanguage totalCoastline "總海岸線") | domainEnglishFormat.kif 58545-58545 | |
(termFormat EnglishLanguage totalCoastline "total coastline") | domainEnglishFormat.kif 58544-58544 |
antecedent |
(=> (and (instance ?UNIT UnitOfLength) (totalCoastline ?AREA (MeasureFn 0.0 ?UNIT))) (instance ?AREA LandlockedArea)) |
Geography.kif 918-922 |
|
consequent |
(=> (and (instance ?AREA LandlockedArea) (instance ?UNIT UnitOfLength)) (totalCoastline ?AREA (MeasureFn 0.0 ?UNIT))) |
Geography.kif 912-916 |
|