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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TransportationService
TransportationService

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


(documentation TransportationService EnglishLanguage "TransportationService refers to how an agent that possesses some kind of vehicle transports people around") Transportation.kif 3336-3337
(subclass TransportationService ServiceProcess) Transportation.kif 3335-3335 TransportationService服务subclass

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


(subclass AirTransportationService TransportationService) Transportation.kif 3354-3354 AirTransportationServiceTransportationServicesubclass
(subclass LandTransportationService TransportationService) Transportation.kif 3368-3368 LandTransportationServiceTransportationServicesubclass
(subclass ShuttleService TransportationService) Hotel.kif 2029-2029 ShuttleServiceTransportationServicesubclass
(subclass WaterTransportationService TransportationService) Transportation.kif 3381-3381 WaterTransportationServiceTransportationServicesubclass
(termFormat EnglishLanguage TransportationService "transportation service") Transportation.kif 3338-3338

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


(=>
    (instance ?SVC TransportationService)
    (exists (?VEHICLE ?AGENT ?TRANS ?CUST)
        (and
            (agent ?SVC ?AGENT)
            (possesses ?AGENT ?VEHICLE)
            (customer ?CUST ?AGENT)
            (instance ?VEHICLE Vehicle)
            (instance ?TRANS Transportation)
            (agent ?TRANS ?AGENT)
            (patient ?TRANS ?CUST)
            (instrument ?TRANS ?VEHICLE)
            (subProcess ?TRANS ?SVC))))
Transportation.kif 3340-3352

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


(=>
    (providesDestination ?TC ?REG)
    (modalAttribute
        (exists (?SVC)
            (and
                (instance ?SVC TransportationService)
                (serviceProvider ?SVC ?TC)
                (destination ?SVC ?REG))) Possibility))
Transportation.kif 3401-3408


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