Basic Transitive
"The thief stole the paint"
Agent V Theme
manner(during(E),illegal,Agent) has_possession(start(E),?Source,Theme) has_possession(end(E),Agent,Theme) !has_possession(end(E),?Source,Theme) cause(Agent,E)
Transitive (+ Source PP)
"The thief stole the paint from the museum"
Agent V Theme Prep[+src] Source
manner(during(E),illegal,Agent) has_possession(start(E),Source,Theme) has_possession(end(E),Agent,Theme) !has_possession(end(E),Source,Theme) cause(Agent,E)
Benefactive Alternation (for variant)
"The thief stole the paint for Mary"
Agent V Theme Prep(for) Beneficiary
manner(during(E),illegal,Agent) has_possession(start(E),?Source,Theme) has_possession(end(E),Beneficiary,Theme) !has_possession(end(E),?Source,Theme) cause(Agent,E)
Benefactive Alternation (for variant + Source PP)
"The thief stole the paint from John for Mary"
Agent V Theme Prep[+src] Source Prep(for) Beneficiary
manner(during(E),illegal,Agent) has_possession(start(E),Source,Theme) has_possession(end(E),Beneficiary,Theme) !has_possession(end(E),Source,Theme) cause(Agent,E)