totalLengthOfWaterways |
appearance as argument number 1 |
(documentation totalLengthOfWaterways EnglishLanguage "(totalLengthOfWaterways ?AREA ?LENGTH) means that the total length of navigable Waterways in the GeographicArea ?AREA is the LengthMeasure ?LENGTH.") | Transportation.kif 651-654 | |
(domain totalLengthOfWaterways 1 GeographicArea) | Transportation.kif 649-649 | The number 1 argument of total length of waterways is an instance of geographic area |
(domain totalLengthOfWaterways 2 LengthMeasure) | Transportation.kif 650-650 | The number 2 argument of total length of waterways is an instance of length measure |
(instance totalLengthOfWaterways BinaryPredicate) | Transportation.kif 648-648 | total length of waterways is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路长路") | domainEnglishFormat.kif 2515-2515 | |
(format ChineseTraditionalLanguage totalLengthOfWaterways "%2 %n 是 %1 的 total 水路長路") | domainEnglishFormat.kif 2514-2514 | |
(format EnglishLanguage totalLengthOfWaterways "%2 is %n a total length of waterways of %1") | domainEnglishFormat.kif 2513-2513 | |
(termFormat ChineseLanguage totalLengthOfWaterways "水道总长度") | domainEnglishFormat.kif 58594-58594 | |
(termFormat ChineseTraditionalLanguage totalLengthOfWaterways "水道總長度") | domainEnglishFormat.kif 58593-58593 | |
(termFormat EnglishLanguage totalLengthOfWaterways "total length of waterways") | domainEnglishFormat.kif 58592-58592 |
antecedent |
(<=> (totalLengthOfWaterways ?AREA ?LENGTH) (length (KappaFn ?WATERWAY (and (instance ?WATERWAY Waterway) (partlyLocated ?WATERWAY ?AREA))) ?LENGTH)) |
Transportation.kif 656-663 | A length measure is a total length of waterways of a geographic area if and only if the length of the class described by a symbolic string is the length measure |
(=> (and (totalLengthOfWaterways ?AREA (MeasureFn ?LENGTH ?UNIT)) (instance ?UNIT UnitOfLength) (greaterThan ?LENGTH 0)) (exists (?WATERWAY) (and (instance ?WATERWAY Waterway) (located ?WATERWAY ?AREA)))) |
Transportation.kif 665-673 |
|