itemOffered constant
itemOffered [Expects: http://schema.org/AggregateOffer, http://schema.org/CreativeWork, http://schema.org/Event, http://schema.org/MenuItem, http://schema.org/Product, http://schema.org/Service, http://schema.org/Trip]
An item being offered (or demanded). The transactional nature of the offer or demand is documented using {businessFunction}, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
Can be used on: http://schema.org/Demand, http://schema.org/Offer
Implementation
static const itemOffered = IriTerm.prevalidated(
'http://schema.org/itemOffered',
);