| Basic Transitive |
| example |
"The jeweler printed the name."
|
| syntax |
Agent V Theme
|
| semantics |
created_image(result(E), Theme)
location(end(E), Theme, ?Destination)
cause(Agent, E)
|
| NP-PP locative-PP |
| example |
"The jeweler printed the name on the ring."
|
| syntax |
Agent V Theme {{+loc | +dest_conf}} Destination
|
| semantics |
created_image(result(E), Theme)
Prep(end(E), Theme, Destination)
cause(Agent, E)
|
| Unspecified Object |
| example |
"Smith was scribbling."
|
| syntax |
Agent V
|
| semantics |
created_image(result(E), ?Theme)
location(end(E), ?Theme, ?Destination)
cause(Agent, E)
|
|