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



KB Term:  Term intersection
English Word: 

  TourService

Sigma KEE - TourService
TourService(tour service)

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


(subclass TourService ServiceProcess) Hotel.kif 2100-2100 Tour service is a subclass of service
(documentation TourService EnglishLanguage "TourService is the process of taking customers to different TouristSite") Hotel.kif 2101-2102 Tour service is a subclass of service

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


(termFormat EnglishLanguage TourService "tour service") Hotel.kif 2103-2103
(subclass WalkingTour TourService) Offers.kif 310-310 WalkingTour is a subclass of tour service
(range TourOnAreaFn TourService) Offers.kif 333-333 The range of TourOnAreaFn is an instance of tour service

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


(=>
    (instance ?TOUR TourService)
    (exists (?SITE ?SUBTOUR)
        (and
            (instance ?SITE TouristSite)
            (instance ?SUBTOUR Translocation)
            (destination ?SUBTOUR ?SITE)
            (subProcess ?SUBTOUR ?TOUR))))
Hotel.kif 2105-2112 If X is an instance of tour service, then there exist Y, Z such that Y is an instance of tourist site, Z is an instance of translocation, Z ends up at Y, and Z is a subprocess of X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners