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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Arriving
Arriving(arriving)anchorage, approach, approaching, arrival, arrive, arrive_at, attain, breast, close, close_in, come, come_near, come_on, coming, draw_close, draw_in, draw_near, encroachment, entering, entrance, entry, flood_in, gain, get, get_to, go_up, hit, incoming, ingress, intrusion, invasion, landing, make, max_out, near, plump_in, reach, report, roll_up, summit, top

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


(documentation Arriving EnglishLanguage "The final part of any instance of Translocation.") Mid-level-ontology.kif 17567-17567
(subclass Arriving Translocation) Mid-level-ontology.kif 17566-17566 Arriving is a subclass of translocation

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


(termFormat ChineseLanguage Arriving "到达") domainEnglishFormat.kif 8468-8468
(termFormat ChineseTraditionalLanguage Arriving "到達") domainEnglishFormat.kif 8467-8467
(termFormat EnglishLanguage Arriving "arriving") domainEnglishFormat.kif 8466-8466

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


(=>
    (and
        (capability ValetParking agent ?AGENT)
        (customer ?CUST ?AGENT)
        (located ?AGENT ?LOC)
        (instance ?D Arriving)
        (agent ?D ?CUST)
        (patient ?D ?VEHICLE)
        (destination ?D ?LOC))
    (exists (?VALET)
        (and
            (occupiesPosition ?VALET Valet ?AGENT)
            (modalAttribute
                (exists (?VP ?PARK)
                    (and
                        (instance ?VP ValetParking)
                        (agent ?VP ?VALET)
                        (patient ?VP ?VEHICLE)
                        (destination ?VP ?PARK)
                        (instance ?PARK ParkingRegion))) Possibility))))
TransportDetail.kif 157-176
(=>
    (and
        (instance ?VP ValetParking)
        (patient ?VP ?VEHICLE)
        (instance ?A Arriving)
        (patient ?A ?VEHICLE))
    (meetsTemporally
        (EndFn
            (WhenFn ?A))
        (BeginFn
            (WhenFn ?VP))))
TransportDetail.kif 178-186
(=>
    (instance ?ARRIVE Arriving)
    (exists (?GO)
        (and
            (instance ?GO Translocation)
            (subProcess ?ARRIVE ?GO)
            (finishes
                (WhenFn ?ARRIVE)
                (WhenFn ?GO)))))
Mid-level-ontology.kif 17569-17575

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


(=>
    (and
        (instance ?R Railhead)
        (instance ?V RailVehicle)
        (holdsDuring ?T
            (located ?V ?R)))
    (exists (?M)
        (and
            (patient ?M ?V)
            (or
                (and
                    (instance ?M Leaving)
                    (origin ?M ?R)
                    (during
                        (WhenFn ?M) ?T))
                (and
                    (instance ?M Arriving)
                    (destination ?M ?R)
                    (during
                        (WhenFn ?M) ?T))))))
Transportation.kif 2235-2252


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