| NP v |
| example |
"A serious accident happened."
|
| syntax |
Theme V
|
| semantics |
occur(during(E), Theme)
|
| There V NP |
| example |
"There happened a serious accident."
|
| syntax |
(there) V Theme
|
| semantics |
occur(during(E), Theme)
|
| NP V PP.location |
| example |
"A serious accident happened in front of them."
|
| syntax |
Theme V {{+loc}} Location
|
| semantics |
occur(during(E), Theme)
Prep(during(E), Theme, Location)
|
| PP.location V NP |
| example |
"In front of them happened a serious accident."
|
| syntax |
{{+loc}} Location V Theme
|
| semantics |
occur(during(E), Theme)
Prep(during(E), Theme, Location)
|
| It V that S |
| example |
"It occurred that they left."
|
| syntax |
(it) V Theme <+that_comp>
|
| semantics |
occur(during(E), Theme)
|
|