| lengthOfNarrowGaugeRailway |
| appearance as argument number 1 |
|
|
| (documentation lengthOfNarrowGaugeRailway EnglishLanguage "(lengthOfNarrowGaugeRailway ?AREA ?LENGTH) means that the sum length of narrow gauge railway routes in the GeographicArea ?AREA is the LengthMeasure ?LENGTH.") | Transportation.kif 232-235 | |
| (domain lengthOfNarrowGaugeRailway 1 GeographicArea) | Transportation.kif 230-230 | The number 1 argument of length of narrow gauge railway is an instance of geographic area |
| (domain lengthOfNarrowGaugeRailway 2 LengthMeasure) | Transportation.kif 231-231 | The number 2 argument of length of narrow gauge railway is an instance of length measure |
| (instance lengthOfNarrowGaugeRailway BinaryPredicate) | Transportation.kif 229-229 | length of narrow gauge railway is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| (format ChineseLanguage lengthOfNarrowGaugeRailway "%2 %n 是 %1 的短规格铁路的 length ") | domainEnglishFormat.kif 1499-1499 | |
| (format ChineseTraditionalLanguage lengthOfNarrowGaugeRailway "%2 %n 是 %1 的短規格鐵路的 length ") | domainEnglishFormat.kif 1498-1498 | |
| (format EnglishLanguage lengthOfNarrowGaugeRailway "%2 is %n a length of narrow gauge railway of %1") | domainEnglishFormat.kif 1497-1497 | |
| (termFormat ChineseLanguage lengthOfNarrowGaugeRailway "窄轨铁路的长度") | domainEnglishFormat.kif 34017-34017 | |
| (termFormat ChineseTraditionalLanguage lengthOfNarrowGaugeRailway "窄軌鐵路的長度") | domainEnglishFormat.kif 34016-34016 | |
| (termFormat EnglishLanguage lengthOfNarrowGaugeRailway "length of narrow gauge railway") | domainEnglishFormat.kif 34015-34015 |
| antecedent |
|
|
| (<=> (lengthOfNarrowGaugeRailway ?AREA ?LENGTH) (length (KappaFn ?RAILWAYS (and (instance ?RAILWAYS NarrowGaugeRailway) (located ?RAILWAYS ?AREA))) ?LENGTH)) |
Transportation.kif 237-244 | A length measure is a length of narrow gauge railway of a geographic area if and only if the length of the class described by a symbolic string is the length measure |
| (=> (and (lengthOfNarrowGaugeRailway ?AREA (MeasureFn ?LENGTH ?UNIT)) (instance ?UNIT UnitOfLength) (greaterThan ?LENGTH 0)) (exists (?RAILWAY) (and (instance ?RAILWAY NarrowGaugeRailway) (located ?RAILWAY ?AREA)))) |
Transportation.kif 246-254 |
|
|
|