| |
| Members |
|
| collaborate
(fn 1; wn 1, 2; g 1)
|
| cooperate
(fn 1; wn 1; g 1)
|
| join
(wn 3; g 2, 3)
|
|
|
| Roles |
|
|
no roles
|
| Frames |
|
| NP V PP.theme |
| example |
"They collaborated on the task."
|
| syntax |
Agent <+plural> V {on} Theme <-sentential>
|
| semantics |
cooperate(during(E), Agent_i, Agent_j, Theme)
|
| NP V PP.co-agent PP.theme |
| example |
"John collaborated with Paul on the task."
|
| syntax |
Agent V {with} Co-Agent {on} Theme <-sentential>
|
| semantics |
cooperate(during(E), Agent, Co-Agent, Theme)
|
| NP V PP.theme |
| example |
"They collaborated in the task."
|
| syntax |
Agent <+plural> V {in} Theme <-sentential>
|
| semantics |
cooperate(during(E), Agent_i, Agent_j, Theme)
|
| NP V PP.co-agent PP.theme |
| example |
"John collaborated with Paul in the task."
|
| syntax |
Agent <+plural> V {with} Co-Agent {in} Theme <-sentential>
|
| semantics |
cooperate(during(E), Agent, Co-Agent, Theme)
|
| NP V PP.theme S_ING |
| example |
"They collaborated in finishing the task."
|
| syntax |
Agent <+plural> V {in} Theme <+sc_ing>
|
| semantics |
cooperate(during(E), Agent_i, Agent_j, Theme)
|
|
|