| |
| Members |
|
| pay
(fn 1; wn 1; g 1)
|
| repay
(wn 2; g 1)
|
|
|
| Roles |
|
|
|
| Frames |
|
| NP V NP NP PP.theme |
| example |
"He paid me 5000 pounds for the car."
|
| syntax |
Agent V Recipient Asset {for} Theme
|
| semantics |
transfer(during(E), Theme)
transfer(during(E), Asset)
has_possession(start(E), Agent, Asset)
not(has_possession(start(E), Agent, Theme))
has_possession(end(E), Agent, Theme)
not(has_possession(end(E), Agent, Asset))
value(E, Theme, Asset)
|
| NP V NP NP |
| example |
"He paid me 5000 pounds."
|
| syntax |
Agent V Recipient Asset
|
| semantics |
transfer(during(E), ?Theme)
transfer(during(E), Asset)
has_possession(start(E), Agent, Asset)
not(has_possession(start(E), Agent, ?Theme))
has_possession(end(E), Agent, ?Theme)
not(has_possession(end(E), Agent, Asset))
value(E, ?Theme, Asset)
|
|
|