| |
| Members |
|
| change_over
(wn 2)
|
| convert
(fn 1; wn 5; g 2)
|
| move_over |
| switch
(fn 1, 2; wn 3, 7; g 1)
|
| switch_over
(wn 1)
|
|
|
|
|
|
| Roles |
|
|
no roles
|
| Frames |
|
| NP V |
| example |
"He converted."
|
| syntax |
Patient V
|
| semantics |
convert(during(E), Patient, ?Source, ?Goal)
|
| NP V NP |
| example |
"I converted him."
|
| syntax |
Agent V Patient
|
| semantics |
convert(during(E), Patient, ?Source, ?Goal)
cause(E, Agent)
|
| NP V NP S_ING |
| example |
"I converted him to believing in Buddha."
|
| syntax |
Agent V Patient {to} Goal <+oc_ing>
|
| semantics |
convert(during(E), Patient, ?Source, Goal)
cause(E, Agent)
|
| NP V NP PP.goal |
| example |
"I converted him to Buddhism."
|
| syntax |
Agent V Patient {to} Goal
|
| semantics |
convert(during(E), Patient, ?Source, Goal)
cause(E, Agent)
|
| NP V PP.source PP.goal |
| example |
"He converted from Christianity to Buddhism."
|
| syntax |
Patient V {from} Source {to} Goal
|
| semantics |
convert(during(E), Patient, Source, Goal)
|
|
|