| LongRunwayAirport(long runway airport) | 
| appearance as argument number 1 | 
| 
       | 
  
| (documentation LongRunwayAirport EnglishLanguage "LongRunwayAirport is a CIA category for Airports whose longest runway has a length between 2,438 meters and 3,047 meters, inclusive.") | Transportation.kif 1570-1572 | |
| (instance LongRunwayAirport CIAAirportLengthClassification) | Transportation.kif 1569-1569 | Long runway airport is an instance of CIA airport length classification | 
| appearance as argument number 2 | 
| 
       | 
  
| (termFormat ChineseLanguage LongRunwayAirport "长跑道机场") | domainEnglishFormat.kif 35013-35013 | |
| (termFormat ChineseTraditionalLanguage LongRunwayAirport "長跑道機場") | domainEnglishFormat.kif 35012-35012 | |
| (termFormat EnglishLanguage LongRunwayAirport "long runway airport") | domainEnglishFormat.kif 35011-35011 | 
| antecedent | 
| 
       | 
  
| (=> (and (instance ?AIRPORT Airport) (attribute ?AIRPORT LongRunwayAirport)) (exists (?RUNWAY ?LENGTH) (and (instance ?RUNWAY Runway) (part ?RUNWAY ?AIRPORT) (length ?RUNWAY (MeasureFn ?LENGTH Meter)) (or (greaterThanOrEqualTo ?LENGTH 2438) (lessThanOrEqualTo ?LENGTH 3047)))))  | 
Transportation.kif 1574-1586 | 
  | 
| 
     |