VeryShortRunwayAirport(very short runway airport) |
appearance as argument number 1 |
(documentation VeryShortRunwayAirport EnglishLanguage "VeryShortRunwayAirport is a CIA category for Airports whose longest runway is less than 914 meters long.") | Transportation.kif 1516-1518 | |
(instance VeryShortRunwayAirport CIAAirportLengthClassification) | Transportation.kif 1515-1515 | Very short runway airport is an instance of CIA airport length classification |
appearance as argument number 2 |
(termFormat ChineseLanguage VeryShortRunwayAirport "很短的跑道机场") | domainEnglishFormat.kif 61616-61616 | |
(termFormat ChineseTraditionalLanguage VeryShortRunwayAirport "很短的跑道機場") | domainEnglishFormat.kif 61615-61615 | |
(termFormat EnglishLanguage VeryShortRunwayAirport "very short runway airport") | domainEnglishFormat.kif 61614-61614 |
antecedent |
(=> (and (instance ?AIRPORT Airport) (attribute ?AIRPORT VeryShortRunwayAirport)) (exists (?RUNWAY ?LENGTH) (and (instance ?RUNWAY Runway) (part ?RUNWAY ?AIRPORT) (length ?RUNWAY (MeasureFn ?LENGTH Meter)) (lessThan ?LENGTH 914)))) |
Transportation.kif 1520-1529 |
|