NP.theme V |
example |
"Claire skated."
|
syntax |
Theme V
|
semantics |
motion(during(E), Theme)
|
NP.theme V PP.location |
example |
"Claire skated along the canal."
|
syntax |
Theme V {{+path}} Location
|
semantics |
motion(during(E), Theme)
Prep(E, Theme, Location)
|
NP V NP PP.location |
example |
"He skated Penny around the rink."
|
syntax |
Agent V Theme {{+path}} Location
|
semantics |
motion(during(E0), Theme)
Prep(E0, Theme, Location)
cause(Agent, E0)
equals(E0, E1)
motion(during(E1), Agent)
Prep(E1, Agent, Location)
|
NP V NP |
example |
"He skated Penny."
|
syntax |
Agent V Theme
|
semantics |
motion(during(E0), Theme)
cause(Agent, E0)
equals(E0, E1)
motion(during(E1), Agent)
|
NP V NP ADJ |
example |
"He skated Penny exhausted."
|
syntax |
Agent V Theme Result
|
semantics |
motion(during(E), Theme)
cause(Agent, E)
Pred(result(E), Theme)
|
NP V NP PP.result |
example |
"He skated Penny to exhaustion."
|
syntax |
Agent V Theme {to into} Result [+state]
|
semantics |
motion(during(E), Theme)
cause(Agent, E)
Pred(result(E), Theme)
|
|