|
Members |
|
give
(fn 1, 2; wn 1, 3, 8, 14, 17, 19, 24, 29; g 1, 8)
| hawk
(wn 1; g 1)
| hock
(wn 1)
| lease
(wn 1, 3; g 2)
| let
(wn 6; g 2)
|
|
|
|
|
|
Roles |
|
|
Frames |
|
NP V NP PP.asset |
example |
"He leased the car for $200 a week."
|
syntax |
Agent V Theme {for at} Asset
|
semantics |
path_rel(start(E), Theme, Source, ch_of_poss, prep)
path_rel(end(E), Theme, Recipient, ch_of_poss, prep)
path_rel(start(E), Asset, Recipient, ch_of_poss, prep)
path_rel(end(E), Asset, Source, ch_of_poss, prep)
transfer(during(E), Theme)
transfer(during(E), Asset)
equals(Agent, Source)
|
NP V NP PP.recipient PP.asset |
example |
"I leased the car to my friend for $5 a month."
|
syntax |
Agent V Theme {to} Recipient {at for on} Asset
|
semantics |
path_rel(start(E), Theme, Source, ch_of_poss, prep)
path_rel(end(E), Theme, Recipient, ch_of_poss, prep)
path_rel(start(E), Asset, Recipient, ch_of_poss, prep)
path_rel(end(E), Asset, Source, ch_of_poss, prep)
transfer(during(E), Theme)
transfer(during(E), Asset)
equals(Agent, Soure)
|
NP V NP NP PP.asset |
example |
"I leased him the car for $250 a month."
|
syntax |
Agent V Recipient Theme {at for on} Asset
|
semantics |
path_rel(start(E), Theme, Source, ch_of_poss, prep)
path_rel(end(E), Theme, Recipient, ch_of_poss, prep)
path_rel(start(E), Asset, Recipient, ch_of_poss, prep)
path_rel(end(E), Asset, Source, ch_of_poss, prep)
transfer(during(E), Theme)
transfer(during(E), Asset)
equals(Agent, Source)
|
|
|