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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - VeryLongRunwayAirport
VeryLongRunwayAirport

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

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


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

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