build-26.1

Members

Roles

Frames

Basic Transitive
ex: "Martha carves toys"
sym: Agent V Product
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(Agent, E)

Unspecified Object
ex: "Martha carves"
sym: Agent V
sem: exist(start(E), ?Product) exist(result(E), ?Product) made_of(result(E), ?Product, ?Material) cause(Agent, E)

Material/Product Alternation Transitive Product Object
ex: "Martha carved a toy out of a piece of wood"
sym: Agent V Product from out of Material
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E)

Material/Product Alternation Transitive Material Object
ex: "Martha carved the piece of wood into a toy"
sym: Agent V Material into Product
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E)

NP-PP for-PP
ex: "Martha carved a toy for the baby"
sym: Agent V Product for Beneficiary
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(Agent, E) benefit(E, Beneficiary)

NP-NP Object Beneficiary
ex: "Martha carved the baby a toy out of a piece of wood"
sym: Agent V Beneficiary Product from out of Material
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E) benefit(E, Beneficiary)

NP-PP-PP Source-PP Beneficiary-PP
ex: "Martha carved a toy out of a piece of wood for the baby"
sym: Agent V Product from out of Material for Beneficiary
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E) benefit(E, Beneficiary)

NP-PP for-PP
ex: "Martha carved a piece of wood for the baby"
sym: Agent V Material for Beneficiary
sem: exist(start(E), ?Product) exist(result(E), ?Product) made_of(result(E), ?Product, Material) cause(Agent, E) benefit(E, Beneficiary)

NP-PP-PP Product-PP Beneficiary-PP
ex: "Martha carved a piece of wood into a toy for the baby"
sym: Agent V Material into Product for Beneficiary
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E) benefit(E, Beneficiary)

Raw Material Subject
ex: "This wood carved beautiful toys"
sym: Material V Product
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(?Agent, E)

NP-NP-PP Asset-PP
ex: "The contractor will build you a house for $100,000"
sym: Agent V Beneficiary Product for Asset
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(Agent, E) benefit(E, Beneficiary) cost(E, Asset)

NP-PP-PP Material-PP, Asset-PP
ex: "Martha will carve a toy out of a piece of wood for $50"
sym: Agent V Product from out of Material for Asset
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(Agent, E) cost(E, Asset)

Subclass build-26.1-1

Members

Roles

Frames

NP-PP Asset-PP
ex: "The contractor builds houses for $100,000"
sym: Agent V Product for Asset
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(Agent, E) cost(E, Asset)

NP Asset Subject
ex: "$100,000 builds a house"
sym: Asset V Product
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(?Agent, E) cost(E, Asset)

NP-NP Asset Subject
ex: "$100,000 will build you a house"
sym: Asset V Beneficiary Product
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, ?Material) cause(?Agent, E) benefit(E, Beneficiary) cost(E, Asset)

NP-PP Asset Subject
ex: "$100,000 builds a house out of sticks"
sym: Asset V Product from out of Material
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(?Agent, E) cost(E, Asset)

NP-NP-PP Asset Subject
ex: "$100,000 builds you a house out of sticks"
sym: Asset V Beneficiary Product from out of Material
sem: exist(start(E), Product) exist(result(E), Product) made_of(result(E), Product, Material) cause(?Agent, E) benefit(E, Beneficiary) cost(E, Asset)