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


KB Term:  Term intersection
English Word: 

  AirportStagingArea

Sigma KEE - AirportStagingArea
AirportStagingArea

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


(documentation AirportStagingArea EnglishLanguage "An AirportStagingArea is a designated area where equipment can be staged prior to the arrival or departure of an aircraft.[Wikipedia]") Transportation.kif 1308-1309
(subclass AirportStagingArea Region) Transportation.kif 1307-1307 AirportStagingArea is a subclass of region

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


(termFormat EnglishLanguage AirportStagingArea "airport staging area") domainEnglishFormat.kif 6249-6249

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


(=>
    (instance ?S AirportStagingArea)
    (exists (?A)
        (and
            (instance ?A Airport)
            (located ?S ?A))))
Transportation.kif 1311-1316
(=>
    (instance ?S AirportStagingArea)
    (hasPurpose ?S
        (exists (?B ?C ?D ?T)
            (and
                (instance ?B Boarding)
                (instance ?C Collection)
                (instrument ?B ?C)
                (member ?D ?C)
                (instance ?D Device)
                (locatedAtTime ?C ?T ?S)
                (during ?T
                    (WhenFn ?B))))))
Transportation.kif 1318-1329
(=>
    (instance ?S AirportStagingArea)
    (hasPurpose ?S
        (exists (?DB ?C ?D ?T)
            (and
                (instance ?DB Deboarding)
                (instance ?C Collection)
                (instrument ?DB ?C)
                (member ?D ?C)
                (instance ?D Device)
                (locatedAtTime ?C ?T ?S)
                (during ?T
                    (WhenFn ?DB))))))
Transportation.kif 1331-1342


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

Show without tree


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