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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VeryLongRunwayAirport
VeryLongRunwayAirport(very long runway airport)

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


(documentation VeryLongRunwayAirport EnglishLanguage "VeryLongRunwayAirport is a CIA category for Airports whose longest runway has a length greater than 3,047 meters.") Transportation.kif 1589-1591
(instance VeryLongRunwayAirport CIAAirportLengthClassification) Transportation.kif 1588-1588 Very long runway airport is an instance of CIA airport length classification

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


(termFormat ChineseLanguage VeryLongRunwayAirport "很长的跑道机场") domainEnglishFormat.kif 61610-61610
(termFormat ChineseTraditionalLanguage VeryLongRunwayAirport "很長的跑道機場") domainEnglishFormat.kif 61609-61609
(termFormat EnglishLanguage VeryLongRunwayAirport "very long runway airport") domainEnglishFormat.kif 61608-61608

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


(=>
    (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 1593-1603


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