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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ShuttleService

Sigma KEE - ShuttleService
ShuttleService

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


(documentation ShuttleService EnglishLanguage "ShuttleService refers to how an agent that possesses some kind of Automobile takes people between an origin location to some predefined locations") Hotel.kif 2030-2032
(subclass ShuttleService TransportationService) Hotel.kif 2029-2029 ShuttleServiceTransportationServicesubclass

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


(subclass AirportShuttleService ShuttleService) Hotel.kif 2066-2066 AirportShuttleServiceShuttleServicesubclass
(termFormat EnglishLanguage ShuttleService "shuttle") Hotel.kif 2033-2033

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


(=>
    (instance ?SVC ShuttleService)
    (exists (?LIST ?VEHICLE ?AGENT)
        (and
            (agent ?SVC ?AGENT)
            (possesses ?AGENT ?VEHICLE)
            (instance ?VEHICLE Automobile)
            (instance ?LIST List)
            (forall (?X)
                (=>
                    (inList ?X ?LIST)
                    (and
                        (instance ?X PostalPlace)
                        (exists (?TRANSPORT)
                            (and
                                (instance ?TRANSPORT Transportation)
                                (agent ?TRANSPORT ?AGENT)
                                (instrument ?TRANSPORT ?VEHICLE)
                                (destination ?TRANSPORT ?X)))))))))
Hotel.kif 2035-2053
(=>
    (instance ?SVC ShuttleService)
    (modalAttribute
        (exists (?GRP1 ?GRP2)
            (and
                (instance ?GRP1 GroupOfPeople)
                (instance ?GRP2 GroupOfPeople)
                (patient ?SVC ?GRP1)
                (patient ?SVC ?GRP2)
                (not
                    (equal ?GRP1 ?GRP2)))) Possibility))
Hotel.kif 2055-2064


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