| |
| Members |
|
| change
(fn 1, 2; wn 2, 1, 9; g 1)
|
| convert
(fn 1, 2; wn 2, 1, 3, 4, 5, 11; g 1, 2)
|
| turn
(fn 1, 2; wn 3, 7, 14, 16; g 1, 3, 9)
|
|
|
| Roles |
|
|
no roles
|
| Frames |
|
| NP V PP.result |
| example |
"He converted to a world without CFCs."
|
| syntax |
Agent V {to} Result
|
| semantics |
state(start(E), ?Material, Agent)
state(result(E), Result, Agent)
not(state(start(E), Result, Agent))
not(state(result(E), ?Material, Agent))
cause(Agent, E)
|
| NP V PP.material PP.result |
| example |
"The thrift converted from a mutual form in April 1986 to a stock form of ownership."
|
| syntax |
Agent V {from} Material {to} Result
|
| semantics |
state(start(E), Material, ?Patient)
not(state(start(E), Result, ?Patient))
state(result(E), Result, ?Patient)
not(state(result(E), Material, ?Patient))
cause(Agent, E)
|
| NP V PP.result PP.material |
| example |
"The thrift converted to a stock form of ownership from a mutual form in April 1986."
|
| syntax |
Agent V {to} Result {from} Material
|
| semantics |
state(start(E), Material, ?Patient)
not(state(start(E), Result, ?Patient))
state(result(E), Result, ?Patient)
not(state(result(E), Material, ?Patient))
cause(Agent, E)
|
|
|