Basic Transitive
"Nora brought the book"
Agent V Theme
motion(during(E0),Theme) equals(E0,E1) motion(during(E1),Agent) cause(Agent,E0)
Transitive (+ goal PP)
"Nora brought the book to the meeting"
Agent V Theme Prep(to) Destination
motion(during(E0),Theme) location(end(E0),Theme,Destination) equals(E0,E1) motion(during(E1),Agent) location(end(E1),Agent,Destination) cause(Agent,E0)
Transitive (+ source PP)
"Nora brought the book from home"
Agent V Theme Prep[+src] Source
motion(during(E0),Theme) location(start(E0),Theme,Source) equals(E0,E1) motion(during(E1),Agent) location(start(E1),Agent,Source) cause(Agent,E0)
Transitive (+ source PP + goal PP)
"Nora brought the book from home to the meeting"
Agent V Theme Prep[+src] Source Prep(to) Destination
motion(during(E0),Theme) location(start(E0),Theme,Source) location(end(E0),Theme,Destination) equals(E0,E1) motion(during(E1),Agent) location(start(E1),Agent,Source) location(end(E1),Agent,Destination) cause(Agent,E0)