| 
                  | NP V NP PP.initial_location PP.destination |  
                     | example | "Nora sent the book from Paris to London." |  
                     | syntax | Agent  V  Theme  {{+src}}  Initial_Location  {to}  Destination |  
                     | semantics | motion(during(E), Theme)
                        path_rel(start(E), Theme, Initial_Location, ch_of_loc, prep)
                        path_rel(end(E), Theme, Destination, ch_of_loc, prep)
                        cause(Agent, E) |  
                  | NP V NP PP.destination PP.initial_location |  
                     | example | "TransCanada is shifting its HQ to Calgary from Toronto." |  
                     | syntax | Agent  V  Theme  {to}  Destination  {{+src}}  Initial_Location |  
                     | semantics | motion(during(E), Theme)
                        path_rel(start(E), Theme, Initial_Location, ch_of_loc, prep)
                        path_rel(end(E), Theme, Destination, ch_of_loc, prep)
                        cause(Agent, E) |  |