![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| CausingUnhappiness(causing unhappiness) |
| appearance as argument number 1 |
|
|
| (subclass CausingUnhappiness Process) | emotion.kif 1305-1305 | Causing unhappiness is a subclass of process |
| (documentation CausingUnhappiness EnglishLanguage "Any Process whose result is that the patient of the process is unhappy.") | emotion.kif 1306-1307 | Causing unhappiness is a subclass of process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?C CausingUnhappiness) (patient ?C ?P)) (and (holdsDuring (BeginFn (WhenFn ?C)) (not (attribute ?P Unhappiness))) (holdsDuring (EndFn (WhenFn ?C)) (attribute ?P Unhappiness)))) |
emotion.kif 1309-1320 | If X is an instance of causing unhappiness and Y is a patient of X, then unhappiness is not an attribute of Y holds during the beginning of the time of existence of X and unhappiness is an attribute of Y holds during the end of the time of existence of X |