Basic Transitive
"Nora sent the book"
Agent V Theme
motion(during(E),Theme) cause(Agent,E)
Transitive (+ source PP)
"Nora sent the book from Paris"
Agent V Theme Prep[+src] Source
motion(during(E),Theme) location(start(E),Theme,Source) cause(Agent,E)
Transitive (+ goal PP)
"Nora sent the book to London"
Agent V Theme Prep(to) Destination
motion(during(E),Theme) location(end(E),Theme,Destination) cause(Agent,E)
Transitive (+ source PP + goal PP)
"Nora sent the book from Paris to London"
Agent V Theme Prep[+src] Source Prep(to) Destination
motion(during(E),Theme) location(start(E),Theme,Source) location(end(E),Theme,Destination) cause(Agent,E)
Dative
"Nora sent me the book"
Agent V Destination Theme
motion(during(E),Theme) direction(during(E),toward,Theme,Destination) location(end(E),Theme,Destination) cause(Agent,E)