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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShortRunwayAirport
ShortRunwayAirport(short runway airport)

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


(documentation ShortRunwayAirport EnglishLanguage "ShortRunwayAirport is a CIA category for Airports whose longest runway has a length between 914 meters and 1523 meters, inclusive.") Transportation.kif 1532-1534
(instance ShortRunwayAirport CIAAirportLengthClassification) Transportation.kif 1531-1531 Short runway airport is an instance of CIA airport length classification

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


(termFormat ChineseLanguage ShortRunwayAirport "短跑道机场") domainEnglishFormat.kif 52861-52861
(termFormat ChineseTraditionalLanguage ShortRunwayAirport "短跑道機場") domainEnglishFormat.kif 52860-52860
(termFormat EnglishLanguage ShortRunwayAirport "short runway airport") domainEnglishFormat.kif 52859-52859

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


(=>
    (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 1536-1548


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



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners