SellAction constant

IriTerm const SellAction

IRI for schema:SellAction

The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.

Implementation

static const SellAction = IriTerm.prevalidated(
  'https://schema.org/SellAction',
);