trackWidth |
appearance as argument number 1 |
![]() |
(documentation trackWidth EnglishLanguage "The distance between the two rails of a Railway.") | Transportation.kif 394-395 | |
(domain trackWidth 1 Railway) | Transportation.kif 396-396 | 轨道宽度 的 1 数量 是 铁路 的 instance |
(domain trackWidth 2 LengthMeasure) | Transportation.kif 397-397 | 轨道宽度 的 2 数量 是 长度测量 的 instance |
(instance trackWidth BinaryPredicate) | Transportation.kif 392-392 | 轨道宽度 是 二元谓语 的 instance |
(subrelation trackWidth measure) | Transportation.kif 393-393 | 轨道宽度 是 计量 的 subrelation |
appearance as argument number 2 |
![]() |
(format ChineseLanguage trackWidth "%2 %n 是 %1 的 track 宽度") | domainEnglishFormat.kif 2531-2531 | |
(format ChineseTraditionalLanguage trackWidth "%2 %n 是 %1 的 track 寬度") | domainEnglishFormat.kif 2530-2530 | |
(format EnglishLanguage trackWidth "%2 is %n a track width of %1") | domainEnglishFormat.kif 2529-2529 | |
(termFormat ChineseLanguage trackWidth "轨道宽度") | domainEnglishFormat.kif 58732-58732 | |
(termFormat ChineseTraditionalLanguage trackWidth "軌道寬度") | domainEnglishFormat.kif 58731-58731 | |
(termFormat EnglishLanguage trackWidth "track width") | domainEnglishFormat.kif 58730-58730 |
antecedent |
![]() |
(=> (and (instance ?RR Railway) (property ?RR BroadGauge) (trackWidth ?RR (MeasureFn ?WIDTH Meter))) (greaterThan ?WIDTH 1.44)) |
Transportation.kif 403-409 | |
(=> (and (instance ?RR Railway) (property ?RR NarrowGauge) (trackWidth ?RR (MeasureFn ?WIDTH Meter))) (lessThanOrEqualTo ?WIDTH 1.435)) |
Transportation.kif 453-458 | |
(=> (and (instance ?RR Railway) (property ?RR StandardGauge) (trackWidth ?RR (MeasureFn ?WIDTH Meter))) (greaterThanOrEqualTo ?WIDTH 1.435)) |
Transportation.kif 427-433 | |
(=> (and (instance ?RR Railway) (property ?RR StandardGauge) (trackWidth ?RR (MeasureFn ?WIDTH Meter))) (lessThanOrEqualTo ?WIDTH 1.44)) |
Transportation.kif 435-441 |
![]() |
![]() |