| 
                  | NP V NP |  
                     | example | "The secretary transcribed the speech." |  
                     | syntax | Agent  V  Theme |  
                     | semantics | path_rel(start(E), Initial_State, Theme, ch_of_state, prep)
                        path_rel(result(E), Result, Theme, ch_of_state, prep)
                        created_image(result(E), Theme)
                        location(end(E), Theme, Destination)
                        cause(Agent, E) |  
                  | NP V NP PP.destination |  
                     | example | "The secretary transcribed the speech into the record." |  
                     | syntax | Agent  V  Theme  {{+loc | +dest_conf}}  Destination |  
                     | semantics | path_rel(start(E), Initial_State, Theme, ch_of_state, prep)
                        path_rel(result(E), Result, Theme, ch_of_state, prep)
                        created_image(result(E), Theme)
                        location(end(E), Theme, Destination)
                        cause(Agent, E) |  |