| NP |
| example |
"I interrogated him."
|
| syntax |
Agent V Recipient
|
| semantics |
transfer_info(during(E), Agent, Recipient, ?Topic)
cause(Agent, E)
|
| NP-PP as-PP |
| example |
"I interrogated him as a suspect."
|
| syntax |
Agent V Recipient {as} Predicate <-sentential>
|
| semantics |
transfer_info(during(E), Agent, Recipient, ?Topic, Predicate)
cause(Agent, E)
|
| NP-PP about-PP |
| example |
"I interrogated him about the incident."
|
| syntax |
Agent V Recipient {about} Topic <-sentential>
|
| semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
|