| NP V NP |
| example |
"I defended them."
|
| syntax |
Agent V Theme
|
| semantics |
defend(during(E), Agent, Theme, ?Proposition)
|
| NP V NP PP.proposition |
| example |
"I defended them against the charges."
|
| syntax |
Agent V Theme {against} Proposition <-sentential>
|
| semantics |
defend(during(E), Agent, Theme, Proposition)
|
| NP V S_ING |
| example |
"I defended building the house."
|
| syntax |
Agent V Proposition <+ac_ing>
|
| semantics |
defend(during(E), Agent, ?Theme, Proposition)
|
| NP V S_ING |
| example |
"I defended their building the house."
|
| syntax |
Agent V Proposition <+poss_ing>
|
| semantics |
defend(during(E), Agent, ?Theme, Proposition)
|
|