![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Greeting
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Greeting Expressing) | Mid-level-ontology.kif 14722-14722 | Greeting is a subclass of expressing |
| (documentation Greeting EnglishLanguage "Any instance of Expressing an acknowledgment of a person's arrival. Note that this class is not a subclass of ExpressingInLanguage, because it covers gestures of greeting, e.g. Waving and Nodding in certain circumstances.") | Mid-level-ontology.kif 14723-14726 | Greeting is a subclass of expressing |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (instance ?CHECK CheckInService) (exists (?AGENT ?CUST ?GREET ?SERVICE) (and (customer ?CUST ?AGENT) (serviceProvider ?CHECK ?AGENT) (instance ?GREET Greeting) (agent ?GREET ?CUST) (destination ?GREET ?AGENT) (subProcess ?GREET ?CHECK) (instance ?SERVICE Process) (agent ?SERVICE ?AGENT) (causes ?CHECK ?SERVICE)))) |
Hotel.kif 2172-2184 | If X is an instance of check-in service, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is a customer of Z (3) Y provides a service during X (4) W is an instance of greeting (5) Z is an agent of W (6) W ends up at Y (7) W is a subprocess of X (8) V is an instance of process (9) Y is an agent of V (10) X causes V |