orderedItem constant

IriTerm const orderedItem

IRI for schema:orderedItem [Expects: https://schema.org/OrderItem, https://schema.org/Product, https://schema.org/Service]

The item ordered.

Can be used on: https://schema.org/Order, https://schema.org/OrderItem

Implementation

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