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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VeryShortRunwayAirport
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


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