| 
                  | NP V NP |  
                     | example | "The hygienist flossed my teeth." |  
                     | syntax | Agent  V  Patient |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        take_care_of(during(E), Agent, Patient) |  
                        | force dynamics | Volitional COS  FD Representation |  
                  | NP V |  
                     | example | "I flossed." |  
                     | syntax | Agent  V |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        take_care_of(during(E), Agent, Patient) |  
                        | force dynamics | Volitional COS  FD Representation |  
                  | NP V NP PP.instrument |  
                     | example | "She flossed her teeth with floss." |  
                     | syntax | Agent  V  Patient  {with}  Instrument |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        take_care_of(during(E), Agent, Patient)
                        utilize(during(E), Agent, Instrument) |  
                        | force dynamics | Instrument COS  FD Representation |  
                  | NP V PP.instrument |  
                     | example | "She brushed with a toothbrush." |  
                     | syntax | Agent  V  {with}  Instrument |  
                     | semantics | path_rel(start(E), Initial_State, Patient, ch_of_state, prep)
                        path_rel(result(E), Result, Patient, ch_of_state, prep)
                        take_care_of(during(E), Agent, Patient)
                        utilize(during(E), Agent, Instrument) |  
                        | force dynamics | Instrument COS  FD Representation |  |