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 Result
|
semantics |
cause(Agent, E)
harmed(during(E), Patient)
Pred(result(E), Patient)
|
NP V NP PP.result |
example |
"The Boston Strangler strangled his victims to death."
|
syntax |
Agent V Patient {to into} Result [+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)
|
|