![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| totalLengthOfRailwaySystem |
| appearance as argument number 1 |
|
|
| (instance totalLengthOfRailwaySystem BinaryPredicate) | Transportation.kif 89-89 | total length of railway system is an instance of binary predicate |
| (domain totalLengthOfRailwaySystem 1 GeographicArea) | Transportation.kif 90-90 | The number 1 argument of total length of railway system is an instance of geographic area |
| (domain totalLengthOfRailwaySystem 2 LengthMeasure) | Transportation.kif 91-91 | The number 2 argument of total length of railway system is an instance of length measure |
| (documentation totalLengthOfRailwaySystem EnglishLanguage "(totalLengthOfRailwaySystem ?AREA ?LENGTH) means that the sum length of all railway routes in the GeographicArea ?AREA is the LengthMeasure ?LENGTH.") | Transportation.kif 93-96 | The number 2 argument of total length of railway system is an instance of length measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage totalLengthOfRailwaySystem "%2 is %n a total length of railway system of %1") | domainEnglishFormat.kif 2513-2513 | |
| (format ChineseTraditionalLanguage totalLengthOfRailwaySystem "%2 %n 是 %1 的 total 鐵路系統長度") | domainEnglishFormat.kif 2514-2514 | |
| (format ChineseLanguage totalLengthOfRailwaySystem "%2 %n 是 %1 的 total 铁路系统长度") | domainEnglishFormat.kif 2515-2515 | |
| (termFormat EnglishLanguage totalLengthOfRailwaySystem "total length of railway system") | domainEnglishFormat.kif 58585-58585 | |
| (termFormat ChineseTraditionalLanguage totalLengthOfRailwaySystem "鐵路系統總長度") | domainEnglishFormat.kif 58586-58586 | |
| (termFormat ChineseLanguage totalLengthOfRailwaySystem "铁路系统总长度") | domainEnglishFormat.kif 58587-58587 |
| antecedent |
|
|
| (<=> (totalLengthOfRailwaySystem ?AREA ?LENGTH) (length (KappaFn ?RAILWAYS (and (instance ?RAILWAYS Railway) (located ?RAILWAYS ?AREA))) ?LENGTH)) |
Transportation.kif 98-105 | X is a total length of railway system of Y if and only if the length of the class described by Z is X |
| (=> (and (totalLengthOfRailwaySystem ?AREA (MeasureFn ?LENGTH Mile)) (greaterThan ?LENGTH 0)) (exists (?RAILWAY) (and (instance ?RAILWAY Railway) (located ?RAILWAY ?AREA)))) |
Transportation.kif 107-115 | If X mile(s) is a total length of railway system of Y and X is greater than 0, then there exists Z such that Z is an instance of railway and Z is located at Y |