| 
                  | NP V NP.theme PP.destination |  
                     | example | "Smith inscribed his name on the ring." |  
                     | 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, Patient, ch_of_state, prep)
                        created_image(result(E), Theme)
                        location(end(E), Theme, Destination)
                        cause(Agent, E) |  
                  | NP V NP.destination PP.theme |  
                     | example | "Smith inscribed the ring with his name." |  
                     | syntax | Agent  V  Destination  {with}  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.destination |  
                     | example | "Smith was inscribing the rings." |  
                     | syntax | Agent  V  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) |  
                  | NP V NP.theme |  
                     | example | "Smith inscribed his name." |  
                     | 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 |  
                     | example | "Smith was inscribing." |  
                     | syntax | Agent  V |  
                     | 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) |  |