LongRunwayAirport |
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 1441-1443 | |
(instance LongRunwayAirport CIAAirportLengthClassification) | Transportation.kif 1440-1440 | LongRunwayAirport è un' istanza di CIAAirportLengthClassification |
appearance as argument number 2 |
(termFormat ChineseLanguage LongRunwayAirport "长跑道机场") | domainEnglishFormat.kif 35003-35003 | |
(termFormat ChineseTraditionalLanguage LongRunwayAirport "長跑道機場") | domainEnglishFormat.kif 35002-35002 | |
(termFormat EnglishLanguage LongRunwayAirport "long runway airport") | domainEnglishFormat.kif 35001-35001 |
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 1445-1457 |
|