give-13.1

Members

Roles

Frames

NP-PP Recipient-PP
ex: "They lent a bicycle to me"
sym: Agent V Theme to Recipient
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), Recipient, Theme) transfer(during(E), Theme) cause(Agent, E)

Dative
ex: "They lent me a bicycle"
sym: Agent V Recipient Theme
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), Recipient, Theme) transfer(during(E), Theme) cause(Agent, E)

Basic Transitive
ex: "I leased my house (to somebody)"
sym: Agent V Theme
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), ?Recipient, Theme) transfer(during(E), Theme) cause(Agent, E)

PP Recipient-PP
ex: "The bank lent to fewer customers."
sym: Agent V to Recipient
sem: has_possession(start(E), Agent, ?Theme) has_possession(end(E), Recipient, ?Theme) transfer(during(E), ?Theme) cause(Agent, E)

Subclass give-13.1-1

Members

Roles

Frames

NP-PP Asset-PP
ex: "He leased the car for $200 a week."
sym: Agent V Theme for at Asset
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), ?Recipient, Theme) has_possession(start(E), ?Recipient, Asset) has_possession(end(E), Agent, Asset) transfer(during(E), Theme)

NP-PP-PP Recipient-PP Asset-PP
ex: "I leased the car to my friend for $5 a month."
sym: Agent V Theme to Recipient at for on Asset
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), Recipient, Theme) has_possession(start(E), Recipient, Asset) has_possession(end(E), Agent, Asset) transfer(during(E), Theme)

NP-PP Asset-PP
ex: "I leased him the car for $250 a month."
sym: Agent V Recipient Theme at for on Asset
sem: has_possession(start(E), Agent, Theme) has_possession(end(E), Recipient, Theme) has_possession(start(E), Recipient, Asset) has_possession(end(E), Agent, Asset) transfer(during(E), Theme)