![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
TourService
|
|
|
| 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 |