| NP V NP |
| example |
"The witch poisoned Snow White."
|
| syntax |
Agent V Patient
|
| semantics |
cause(Agent, E)
harmed(during(E), Patient)
|
| NP V NP ADJ |
| example |
"The Boston Strangler strangled his victims dead."
|
| syntax |
Agent V Patient ADJ
|
| semantics |
cause(Agent, E)
harmed(during(E), Patient)
Pred(result(E), Patient)
|
| NP V NP PP.oblique |
| example |
"The Boston Strangler strangled his victims to death."
|
| syntax |
Agent V Patient {to into} Oblique [+state]
|
| semantics |
cause(Agent, E)
harmed(during(E), Patient)
Pred(result(E), Patient)
|
| NP V NP PP.instrument |
| example |
"The queen poisoned Snow White with an apple."
|
| syntax |
Agent V Patient {with} Instrument
|
| semantics |
cause(Agent, E)
harmed(during(E), Patient)
|
|