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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Landing
Landing(landing)
GCA, aircraft_landing, airplane_landing, crash_land, crash_landing, ditch, emergency_landing, force-land, forced_landing, ground-controlled_approach, instrument_landing, land, landing_approach, port, set_down, splashdown, three-point_landing, touch_down, touchdown, undershoot

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


(documentation Landing EnglishLanguage "Any instance of Translocation which ends up on something other than an AtmosphericRegion and which has an instance of Flying as a subProcess.") Mid-level-ontology.kif 18818-18819
(externalImage Landing "http://upload.wikimedia.org/wikipedia/commons/9/ 95/ Landing_airplane.jpg") pictureList.kif 4760-4760
(subclass Landing Translocation) Mid-level-ontology.kif 18817-18817 Landing is a subclass of translocation

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


(termFormat ChineseLanguage Landing "降落") domainEnglishFormat.kif 33251-33251
(termFormat ChineseTraditionalLanguage Landing "降落") domainEnglishFormat.kif 33250-33250
(termFormat EnglishLanguage Landing "landing") domainEnglishFormat.kif 33249-33249

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


(=>
    (instance ?LAND Landing)
    (exists (?REGION ?FLYING)
        (and
            (not
                (instance ?REGION AtmosphericRegion))
            (holdsDuring
                (EndFn
                    (WhenFn ?LAND))
                (eventLocated ?LAND ?REGION))
            (subProcess ?FLYING ?LAND)
            (instance ?FLYING Flying))))
Mid-level-ontology.kif 18821-18828

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


(=>
    (instance ?A MilitaryAirport)
    (hasPurpose ?A
        (exists (?M)
            (and
                (instance ?M MilitaryAircraft)
                (or
                    (capableAtLocation TakingOff origin ?M ?A)
                    (capableAtLocation Landing destination ?M ?A))))))
MilitaryProcesses.kif 2773-2781
(=>
    (instance ?C AircraftCarrier)
    (hasPurpose ?C
        (exists (?A ?T ?CLASS)
            (and
                (instance ?A Aircraft)
                (patient ?T ?A)
                (instance ?T ?CLASS)
                (or
                    (and
                        (capability ?CLASS origin ?C)
                        (subclass ?CLASS TakingOff))
                    (and
                        (capability ?CLASS destination ?C)
                        (subclass ?CLASS Landing ?C)))))))
Transportation.kif 2639-2653


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