drive-11.5

Members

Roles

Frames

Basic Transitive with accompanied motion
ex: "Amanda drove 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 drove 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 drove 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 drove 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 drove the package to New York from home."
sym: Agent V Theme to 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 drive-11.5-1

Members

Roles

Frames

Dative always without accompanied motion
ex: "Amanda flew me the package"
sym: Agent V Destination Theme
sem: motion(during(E), Theme) direction(during(E), toward, Theme, Destination) location(end(E), Theme, Destination) cause(Agent, E)

Basic Transitive without accompanied motion
ex: "Amanda shuttled her children."
sym: Agent V Theme
sem: motion(during(E), Theme) cause(Agent, E)

NP-PP Source-PP
ex: "Amanda shuttled her children from Philadelphia"
sym: Agent V Theme Source
sem: motion(during(E), Theme) location(start(E), Theme, Source) cause(Agent, E)

NP-PP Goal-PP
ex: "Amanda shuttled the children to school."
sym: Agent V Theme to Destination
sem: motion(during(E), Theme) location(end(E), Theme, Destination) cause(Agent, E)

NP-PP-PP Source-PP Goal-PP
ex: "Amanda trucked the package from Philadelphia to her mother's house."
sym: Agent V Theme Source to 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 trucked the package to her mother's house from Philadelphia."
sym: Agent V Theme to Destination +src Source
sem: motion(during(E), Theme) location(start(E), Theme, Source) location(end(E), Theme, Destination) cause(Agent, E)