|
|
MediumLengthRunwayAirport
|
|
|
| appearance as argument number 1 |
|
|
| (documentation MediumLengthRunwayAirport EnglishLanguage "MediumLengthRunwayAirport is a CIA category for Airports whose longest runway has a length between 1,524 meters and 2,437 meters, inclusive.") | Transportation.kif 1551-1553 | |
| (instance MediumLengthRunwayAirport CIAAirportLengthClassification) | Transportation.kif 1550-1550 | Medium length runway airport is an instance of CIA airport length classification |
| appearance as argument number 2 |
|
|
| (termFormat ChineseLanguage MediumLengthRunwayAirport "中长跑道机场") | domainEnglishFormat.kif 36913-36913 | |
| (termFormat ChineseTraditionalLanguage MediumLengthRunwayAirport "中長跑道機場") | domainEnglishFormat.kif 36912-36912 | |
| (termFormat EnglishLanguage MediumLengthRunwayAirport "medium length runway airport") | domainEnglishFormat.kif 36911-36911 |
| antecedent |
|
|
| (=> (and (instance ?AIRPORT Airport) (attribute ?AIRPORT MediumLengthRunwayAirport)) (exists (?RUNWAY ?LENGTH) (and (instance ?RUNWAY Runway) (part ?RUNWAY ?AIRPORT) (length ?RUNWAY (MeasureFn ?LENGTH Meter)) (or (greaterThanOrEqualTo ?LENGTH 1524) (lessThanOrEqualTo ?LENGTH 2437))))) |
Transportation.kif 1555-1567 |
|
|
|