| NP V NP PP.destination |
| example |
"Tamara poured water into the bowl."
|
| syntax |
Agent V Theme {{+path & -dest_dir}} Destination
|
| semantics |
motion(during(E), Theme)
path_rel(start(E), Theme, Initial_Location, ch_of_loc, prep)
path_rel(E, Theme, Destination, ch_of_loc, prep)
cause(Agent, E)
|
| NP V NP ADVP |
| example |
"Tamara poured water here."
|
| syntax |
Agent V Theme Destination <+adv_loc>
|
| semantics |
motion(during(E), Theme)
path_rel(start(E), Theme, Initial_Location, ch_of_loc, prep)
path_rel(E, Theme, Destination, ch_of_loc, prep)
cause(Agent, E)
|
|