![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| lengthOfPavedHighway |
| appearance as argument number 1 |
|
|
| (instance lengthOfPavedHighway BinaryPredicate) | Transportation.kif 535-535 | length of paved highway is an instance of binary predicate |
| (domain lengthOfPavedHighway 1 GeographicArea) | Transportation.kif 536-536 | The number 1 argument of length of paved highway is an instance of geographic area |
| (domain lengthOfPavedHighway 2 LengthMeasure) | Transportation.kif 537-537 | The number 2 argument of length of paved highway is an instance of length measure |
| (documentation lengthOfPavedHighway EnglishLanguage "(lengthOfPavedHighway ?AREA ?LENGTH) means that the total length of SurfacedRoadway in the GeographicArea ?AREA is ?LENGTH.") | Transportation.kif 538-540 | The number 2 argument of length of paved highway is an instance of length measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage lengthOfPavedHighway "%2 is %n a length of paved highway of %1") | domainEnglishFormat.kif 1505-1505 | |
| (format ChineseTraditionalLanguage lengthOfPavedHighway "%2 %n 是 %1 的鋪設鐵路 length ") | domainEnglishFormat.kif 1506-1506 | |
| (format ChineseLanguage lengthOfPavedHighway "%2 %n 是 %1 的铺设铁路 length ") | domainEnglishFormat.kif 1507-1507 | |
| (termFormat EnglishLanguage lengthOfPavedHighway "length of paved highway") | domainEnglishFormat.kif 34021-34021 | |
| (termFormat ChineseTraditionalLanguage lengthOfPavedHighway "鋪設高速公路的長度") | domainEnglishFormat.kif 34022-34022 | |
| (termFormat ChineseLanguage lengthOfPavedHighway "铺设高速公路的长度") | domainEnglishFormat.kif 34023-34023 |
| antecedent |
|
|
| (=> (and (totalLengthOfHighwaySystem ?AREA (MeasureFn ?LENGTH ?UNIT)) (lengthOfPavedHighway ?AREA (MeasureFn ?LENGTH1 ?UNIT)) (lengthOfUnpavedHighway ?AREA (MeasureFn ?LENGTH2 ?UNIT))) (equal ?LENGTH (AdditionFn ?LENGTH1 ?LENGTH2))) |
Transportation.kif 503-508 | If X Y(s) is a total length of highway system of Z, W Y(s) is a length of paved highway of Z, and V Y(s) is a length of unpaved highway of Z, then equal X and (W and V) |
| (=> (and (totalLengthOfHighwaySystem ?AREA (MeasureFn ?LENGTH ?UNIT)) (lengthOfPavedHighway ?AREA (MeasureFn ?LENGTH1 ?UNIT)) (lengthOfUnpavedHighway ?AREA (MeasureFn ?LENGTH2 ?UNIT)) (instance ?UNIT UnitOfLength)) (totalLengthOfHighwaySystem ?AREA (MeasureFn (AdditionFn ?LENGTH1 ?LENGTH2) ?UNIT))) |
Transportation.kif 510-517 | If X Y(s) is a total length of highway system of Z, W Y(s) is a length of paved highway of Z, V Y(s) is a length of unpaved highway of Z, and Y is an instance of unit of length, then (W and V) Y(s) is a total length of highway system of Z |
| (=> (and (totalLengthOfHighwaySystem ?AREA (MeasureFn ?TOTAL ?UNIT)) (lengthOfPavedHighway ?AREA (MeasureFn ?PAVED ?UNIT))) (greaterThanOrEqualTo ?TOTAL ?PAVED)) |
Transportation.kif 519-525 | If X Y(s) is a total length of highway system of Z and W Y(s) is a length of paved highway of Z, then X is greater than or equal to W |
| (<=> (lengthOfPavedHighway ?AREA ?LENGTH) (length (KappaFn ?HIGHWAYS (and (instance ?HIGHWAYS SurfacedRoadway) (located ?HIGHWAYS ?AREA))) ?LENGTH)) |
Transportation.kif 542-549 | X is a length of paved highway of Y if and only if the length of the class described by Z is X |
| (=> (and (lengthOfPavedHighway ?AREA (MeasureFn ?LENGTH ?UNIT)) (instance ?UNIT UnitOfLength) (greaterThan ?LENGTH 0)) (exists (?HIGHWAY) (and (instance ?HIGHWAY SurfacedRoadway) (located ?HIGHWAY ?AREA)))) |
Transportation.kif 551-559 | If X Y(s) is a length of paved highway of Z, Y is an instance of unit of length, and X is greater than 0, then there exists W such that W is an instance of surfaced roadway and W is located at Z |
| (=> (and (instance ?UNIT UnitOfLength) (lengthOfExpresswaySystem ?AREA (MeasureFn ?LENGTH1 ?UNIT)) (lengthOfPavedHighway ?AREA (MeasureFn ?LENGTH2 ?UNIT))) (greaterThanOrEqualTo ?LENGTH2 ?LENGTH1)) |
Transportation.kif 587-592 | If X is an instance of unit of length, Y X(s) is a length of expressway system of Z, and W X(s) is a length of paved highway of Z, then W is greater than or equal to Y |