Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  Airport

Sigma KEE - Airport
Airport(airport)
aerodrome, air_terminal, airdrome, airfield, airport, airport_terminal, airstrip, drome, field, flight_strip, flying_field, landing_field, landing_strip, strip

appearance as argument number 1
-------------------------


(subclass Airport TransitTerminal) Transportation.kif 1265-1265 Airport is a subclass of transit terminal
(subclass Airport AirTransitway) Transportation.kif 1266-1266 Airport is a subclass of air transitway
(subclass Airport LandTransitway) Transportation.kif 1267-1267 Airport is a subclass of land transitway
(documentation Airport EnglishLanguage "Airport is the subclass of TransitTerminals for Airplanes (fixed_wing Aircraft).") Transportation.kif 1268-1269 Airport is a subclass of land transitway
(externalImage Airport "http://upload.wikimedia.org/wikipedia/commons/thumb/ 0/ 0f/ Airport_overhead.jpg/ 180px_Airport_overhead.jpg") pictureList.kif 1022-1022 Airport is a subclass of land transitway
(externalImage Airport "http://upload.wikimedia.org/wikipedia/commons/4/ 4e/ Flughafen_Frankfurt_am_Main.JPG") pictureList.kif 1627-1627 Airport is a subclass of land transitway
(externalImage Airport "http://upload.wikimedia.org/wikipedia/commons/9/ 90/ HFX_Airport_4.jpg") pictureList.kif 2080-2080 Airport is a subclass of land transitway

appearance as argument number 2
-------------------------


(subclass MilitaryAirport Airport) MilitaryProcesses.kif 2809-2809 Military airport is a subclass of airport
(instance ArraburyQueenslandAirport Airport) WorldAirports.kif 15-15 Arrabury Queensland Airport is an instance of airport
(instance AlArishAirport Airport) WorldAirports.kif 19-19 Al Arish Airport is an instance of airport
(instance ElMellahAnnabaAirport Airport) WorldAirports.kif 23-23 El Mellah Annaba Airport is an instance of airport
(instance ApalachicolaMunicipalFLAirport Airport) WorldAirports.kif 27-27 Apalachicola Municipal FL Airport is an instance of airport
(instance AachenAirport Airport) WorldAirports.kif 31-31 Aachen Airport is an instance of airport
(instance ArraiasGOAirport Airport) WorldAirports.kif 35-35 Arraias GO Airport is an instance of airport
(instance AwaradamAirport Airport) WorldAirports.kif 39-39 Awaradam Airport is an instance of airport
(instance AranukaAirport Airport) WorldAirports.kif 43-43 Aranuka Airport is an instance of airport
(instance AalborgAirport Airport) WorldAirports.kif 47-47 Aalborg Airport is an instance of airport
(instance MalaMalaAirport Airport) WorldAirports.kif 51-51 Mala Mala Airport is an instance of airport
(instance AlAinAirport Airport) WorldAirports.kif 55-55 Al Ain Airport is an instance of airport
(instance AnacoAirport Airport) WorldAirports.kif 59-59 Anaco Airport is an instance of airport
(instance AndrauAirparkTXAirport Airport) WorldAirports.kif 63-63 Andrau Airpark TX Airport is an instance of airport
(instance AnapaAirport Airport) WorldAirports.kif 67-67 Anapa Airport is an instance of airport
(instance TirstrupAarhusAirport Airport) WorldAirports.kif 71-71 Tirstrup Aarhus Airport is an instance of airport
(instance ApalapsiliNewGuineaAirport Airport) WorldAirports.kif 75-75 Apalapsili New Guinea Airport is an instance of airport
(instance AltayAirport Airport) WorldAirports.kif 79-79 Altay Airport is an instance of airport
(instance AsauAirport Airport) WorldAirports.kif 83-83 Asau Airport is an instance of airport
(instance AlahAirport Airport) WorldAirports.kif 87-87 Alah Airport is an instance of airport
(instance AraxaMGAirport Airport) WorldAirports.kif 91-91 Araxa MG Airport is an instance of airport
(instance AlGhaydahAirport Airport) WorldAirports.kif 95-95 Al Ghaydah Airport is an instance of airport
(instance AbakanKhakassiaAirport Airport) WorldAirports.kif 99-99 Abakan Khakassia Airport is an instance of airport
(instance AbingdonRAFStationEnglandAirport Airport) WorldAirports.kif 103-103 Abingdon RAF Station England Airport is an instance of airport
(instance AbadanAirport Airport) WorldAirports.kif 107-107 Abadan Airport is an instance of airport

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain numberOfAprons 1 Airport) Transportation.kif 1295-1295 The number 1 argument of number of aprons is an instance of airport
(domain numberOfRunways 1 Airport) Transportation.kif 1453-1453 The number 1 argument of number of runways is an instance of airport
(domain numberOfTaxiways 1 Airport) Transportation.kif 1470-1470 The number 1 argument of number of taxiways is an instance of airport

antecedent
-------------------------


(=>
    (and
        (instance ?AIRPORT Airport)
        (attribute ?AIRPORT AirportWithPavedRunway))
    (exists (?RUNWAY)
        (and
            (instance ?RUNWAY PavedRunway)
            (part ?RUNWAY ?AIRPORT))))
Transportation.kif 1502-1509 If X is an instance of airport and airport with paved runway is an attribute of X, then there exists Y such that Y is an instance of paved runway and Y is a part of X
(=>
    (and
        (instance ?AIRPORT Airport)
        (attribute ?AIRPORT AirportWithUnpavedRunway))
    (exists (?RUNWAY)
        (and
            (instance ?RUNWAY UnpavedRunway)
            (part ?RUNWAY ?AIRPORT))))
Transportation.kif 1516-1523 If X is an instance of airport and airport with unpaved runway is an attribute of X, then there exists Y such that Y is an instance of unpaved runway and Y is a part of X
(=>
    (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 1536-1545 If X is an instance of airport and very short runway airport is an attribute of X, then there exist Y and Z such that Y is an instance of runway and Y is a part of X and the length of Y is Z meter(s) and Z is less than 914
(=>
    (and
        (instance ?AIRPORT Airport)
        (attribute ?AIRPORT ShortRunwayAirport))
    (exists (?RUNWAY ?LENGTH)
        (and
            (instance ?RUNWAY Runway)
            (part ?RUNWAY ?AIRPORT)
            (length ?RUNWAY
                (MeasureFn ?LENGTH Meter))
            (or
                (greaterThanOrEqualTo ?LENGTH 914)
                (lessThanOrEqualTo ?LENGTH 1523)))))
Transportation.kif 1552-1564 If X is an instance of airport and short runway airport is an attribute of X, then there exist Y and Z such that Y is an instance of runway and Y is a part of X and the length of Y is Z meter(s) and Z is greater than or equal to 914 or Z is less than or equal to 1523
(=>
    (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 1571-1583 If X is an instance of airport and medium length runway airport is an attribute of X, then there exist Y and Z such that Y is an instance of runway and Y is a part of X and the length of Y is Z meter(s) and Z is greater than or equal to 1524 or Z is less than or equal to 2437
(=>
    (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 1590-1602 If X is an instance of airport and long runway airport is an attribute of X, then there exist Y and Z such that Y is an instance of runway and Y is a part of X and the length of Y is Z meter(s) and Z is greater than or equal to 2438 or Z is less than or equal to 3047
(=>
    (and
        (instance ?AIRPORT Airport)
        (attribute ?AIRPORT VeryLongRunwayAirport))
    (exists (?RUNWAY ?LENGTH)
        (and
            (instance ?RUNWAY Runway)
            (part ?RUNWAY ?AIRPORT)
            (length ?RUNWAY
                (MeasureFn ?LENGTH Meter))
            (greaterThan ?LENGTH 3047))))
Transportation.kif 1609-1619 If X is an instance of airport and very long runway airport is an attribute of X, then there exist Y and Z such that Y is an instance of runway and Y is a part of X and the length of Y is Z meter(s) and Z is greater than 3047
(=>
    (instance ?AIRPORT Airport)
    (trafficableForTrafficType ?AIRPORT Airplane))
Transportation.kif 3698-3700 If X is an instance of airport, then airplane is a trafficable for traffic type of X

consequent
-------------------------


(=>
    (instance ?SVC AirportShuttleService)
    (exists (?AIRPORT ?TRANSPORT)
        (and
            (instance ?AIRPORT Airport)
            (subProcess ?TRANSPORT ?SVC)
            (instance ?TRANSPORT Transportation)
            (or
                (destination ?TRANSPORT ?AIRPORT)
                (origin ?TRANSPORT ?AIRPORT)))))
Hotel.kif 2089-2098 If X is an instance of airport shuttle, then there exist Y, Z such that Y is an instance of airport, Z is a subprocess of X, Z is an instance of transportation, and Z ends up at Y or Z originates at Y
(=>
    (instance ?SA SecureAirfield)
    (exists (?A)
        (and
            (instance ?A Airport)
            (attribute ?A MilitarilySecure))))
MilitaryProcesses.kif 2910-2915 If X is an instance of secure airfield, then there exists Y such that Y is an instance of airport and militarily secure is an attribute of Y
(=>
    (instance ?AA AirportApron)
    (exists (?A)
        (and
            (instance ?A Airport)
            (located ?AA ?A))))
Transportation.kif 1275-1280 If X is an instance of airport apron, then there exists Y such that Y is an instance of airport and X is located at Y
(=>
    (instance ?S AirportStagingArea)
    (exists (?A)
        (and
            (instance ?A Airport)
            (located ?S ?A))))
Transportation.kif 1311-1316 If X is an instance of airport staging area, then there exists Y such that Y is an instance of airport and X is located at Y
(<=>
    (totalFacilityTypeInArea ?AREA
        (ExtensionFn AirportWithPavedRunway) ?COUNT)
    (exists (?AIRPORT ?RUNWAY)
        (cardinality
            (KappaFn ?AIRPORT
                (and
                    (instance ?AIRPORT Airport)
                    (instance ?RUNWAY PavedRunway)
                    (part ?RUNWAY ?AIRPORT)
                    (located ?AIRPORT ?AREA))) ?COUNT)))
Transportation.kif 1349-1359 X is total facility type in area the class corresponding to airport with paved runway for Y if, only if there exist Z, and W such that Y is a cardinality of the class described by Z
(=>
    (totalFacilityTypeInArea ?AREA
        (ExtensionFn AirportWithPavedRunway) ?COUNT)
    (exists (?AIRPORT ?RUNWAY)
        (and
            (instance ?AIRPORT Airport)
            (instance ?RUNWAY PavedRunway)
            (part ?RUNWAY ?AIRPORT)
            (located ?AIRPORT ?AREA))))
Transportation.kif 1361-1368 If X is total facility type in area the class corresponding to airport with paved runway for Y, then there exist Z, W such that Z is an instance of airport, W is an instance of paved runway, W is a part of Z, and Z is located at X
(=>
    (instance ?T Taxiway)
    (exists (?A)
        (and
            (instance ?A Airport)
            (located ?T ?A))))
Transportation.kif 1430-1435 If X is an instance of taxiway, then there exists Y such that Y is an instance of airport and X is located at Y
(=>
    (and
        (totalFacilityTypeInArea ?AREA
            (ExtensionFn AirportWithUnpavedRunway) ?COUNT)
        (greaterThan ?COUNT 0))
    (exists (?AIRPORT ?RUNWAY)
        (and
            (instance ?AIRPORT Airport)
            (instance ?RUNWAY UnpavedRunway)
            (part ?RUNWAY ?AIRPORT)
            (located ?AIRPORT ?AREA))))
Transportation.kif 1627-1636 If X is total facility type in area the class corresponding to airport with unpaved runway for Y and Y is greater than 0, then there exist Z, W such that Z is an instance of airport, W is an instance of unpaved runway, W is a part of Z, and Z is located at X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners