carry-11.4
Members
Roles
- Agent
[+int_control]
- Theme
[+concrete]
- Source
[+location]
- Destination
[+animate]
Frames
- Basic Transitive with accompanied motion
- ex: "Amanda carried the package"
sym: Agent V Theme
sem: motion(during(E0), Theme)
equals(E0, E1)
motion(during(E1), Agent)
cause(Agent, E0)
- NP-PP Goal-PP
- ex: "Amanda carried the package to New York"
sym: Agent V Theme to towards Destination
sem: motion(during(E0), Theme)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(end(E1), Agent, Destination)
cause(Agent, E0)
- NP-PP Source-PP
- ex: "Amanda carried the package from home"
sym: Agent V Theme Source
sem: motion(during(E0), Theme)
location(start(E0), Theme, Source)
equals(E0, E1)
motion(during(E1), Agent)
location(start(E1), Agent, Source)
cause(Agent, E0)
- NP-PP-PP Source-PP Goal-PP
- ex: "Amanda carried the package from home to New York"
sym: Agent V Theme Source to towards Destination
sem: motion(during(E0), Theme)
location(start(E0), Theme, Source)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(start(E1), Agent, Source)
location(end(E1), Agent, Destination)
cause(Agent, E0)
- NP-PP-PP Goal-PP Source-PP
- ex: "Amanda carried the package to New York from home."
sym: Agent V Theme to towards Destination +src Source
sem: motion(during(E0), Theme)
location(start(E0), Theme, Source)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(start(E1), Agent, Source)
location(end(E1), Agent, Destination)
cause(Agent, E0)
Subclass carry-11.4-1
Members
Roles
Frames
- Basic Transitive without accompanied motion
- ex: "Amanda shoved the box"
sym: Agent V Theme
sem: motion(during(E), Theme)
cause(Agent, E)
- NP-PP Source-PP
- ex: "Amanda shoved the box from the corner"
sym: Agent V Theme Source
sem: motion(during(E), Theme)
location(start(E), Theme, Source)
cause(Agent, E)
- NP-PP Goal-PP
- ex: "Amanda shoved the box to John"
sym: Agent V Theme to towards Destination
sem: motion(during(E), Theme)
location(end(E), Theme, Destination)
cause(Agent, E)
- NP-PP-PP Source-PP Goal-PP
- ex: "Amanda shoved the box from the corner to John"
sym: Agent V Theme Source to towards Destination
sem: motion(during(E), Theme)
location(start(E), Theme, Source)
location(end(E), Theme, Destination)
cause(Agent, E)
- NP-PP-PP Goal-PP Source-PP
- ex: "Amanda shoved the box to John from the corner."
sym: Agent V Theme to towards Destination +src Source
sem: motion(during(E), Theme)
location(start(E), Theme, Source)
location(end(E), Theme, Destination)
cause(Agent, E)