![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
ChildCareService
|
|
|
| appearance as argument number 1 |
|
|
| (subclass ChildCareService Maintaining) | Hotel.kif 1882-1882 | Child-care service is a subclass of maintaining |
| (subclass ChildCareService ServiceProcess) | Hotel.kif 1883-1883 | Child-care service is a subclass of service |
| (documentation ChildCareService EnglishLanguage "ChildCareService refers to an agent looking after children and babies") | Hotel.kif 1884-1885 | Child-care service is a subclass of service |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ChildCareService "child-care service") | Hotel.kif 1886-1886 |
| antecedent |
|
|
| (=> (instance ?SVC ChildCareService) (exists (?CHILD ?SITTER) (and (or (instance ?CHILD HumanChild) (instance ?CHILD HumanBaby)) (serviceProvider ?SVC ?SITTER) (patient ?SVC ?CHILD) (not (parent ?CHILD ?SITTER))))) |
Hotel.kif 1889-1898 | If X is an instance of child-care service, then there exist Y, Z such that Y is an instance of human child or Y is an instance of human baby, Z provides a service during X, Y is a patient of X, and Z is not a parent of Y |
| (=> (capability ChildCareService agent ?X) (exists (?SITTER) (and (employs ?X ?SITTER) (capability ChildCareService serviceProvider ?SITTER)))) |
Hotel.kif 1900-1905 | If X is capable of doing child-care service as a agent, then there exists Y such that X employs Y and Y is capable of doing child-care service as a service provider |
| consequent |
|
|