Material/Product Alternation Transitive (Product Object)
"Martha carved a toy out of a piece of wood"
Agent V Product Prep(from out of) Material
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E)
Material/Product Alternation Transitive (Material Object)
"Martha carved the piece of wood into a toy"
Agent V Material Prep(into) Product
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E)
Benefactive Alternation (for variant)
"Martha carved a toy for the baby"
Agent V Product Prep(for) Beneficiary
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,?Material) cause(Agent,E) benefit(E,Beneficiary)
Benefactive Alternation (double object)
"Martha carved the baby a toy out of a piece of wood"
Agent V Beneficiary Product Prep(from out of) Material
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E) benefit(E,Beneficiary)
Benefactive Alternation (for variant)
"Martha carved a toy out of a piece of wood for the baby"
Agent V Product Prep(from out of) Material Prep(for) Beneficiary
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E) benefit(E,Beneficiary)
Benefactive Alternation (for variant)
"Martha carved a piece of wood for the baby"
Agent V Material Prep(for) Beneficiary
!exist(start(E),?Product) exist(result(E),?Product) made_of(result(E),?Product,Material) cause(Agent,E) benefit(E,Beneficiary)
Benefactive Alternation (for variant)
"Martha carved a piece of wood into a toy for the baby"
Agent V Material Prep(into) Product Prep(for) Beneficiary
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E) benefit(E,Beneficiary)
Raw Material Subject Alternation (some verbs)
"This wood carved beautiful toys"
Material V Product
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(?Agent,E)
Sum of Money Subject Alternation (Agent Subject)
"The contractor will build you a house for $100,000"
Agent V Beneficiary Product Prep(for) Asset
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,?Material) cause(Agent,E) benefit(E,Beneficiary) cost(E,Asset)
Sum of Money Subject Alternation (Agent Subject)
"Martha will carve a toy out of a piece of wood for $50"
Agent V Product Prep(from out of) Material Prep(for) Asset
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E) cost(E,Asset)
Sum of Money Subject Alternation (Agent Subject)
"Martha will carve a toy out of a piece of wood for $50"
Agent V Beneficiary Product Prep(from out of) Material Prep(for) Asset
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(Agent,E) benefit(E,Beneficiary) cost(E,Asset)
Sum of Money Subject Alternation (Agent Subject)
"The contractor builds houses for $100,000"
Agent V Product Prep(for) Asset
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,?Material) cause(Agent,E) cost(E,Asset)
Sum of Money Subject Alternation (Asset Subject)
"$100,000 builds a house"
Asset V Product
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,?Material) cause(?Agent,E) cost(E,Asset)
Sum of Money Subject Alternation (Asset Subject)
"$100,000 will build you a house"
Asset V Beneficiary Product
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,?Material) cause(?Agent,E) benefit(E,Beneficiary) cost(E,Asset)
Sum of Money Subject Alternation (Asset Subject)
"$100,000 builds a house out of sticks"
Asset V Product Prep(from out of) Material
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(?Agent,E) cost(E,Asset)
Sum of Money Subject Alternation (Asset Subject)
"$100,000 builds you a house out of sticks"
Asset V Beneficiary Product Prep(from out of) Material
!exist(start(E),Product) exist(result(E),Product) made_of(result(E),Product,Material) cause(?Agent,E) benefit(E,Beneficiary) cost(E,Asset)