isRelatedTo constant

IriTerm const isRelatedTo

isRelatedTo [Expects: https://schema.org/Product, https://schema.org/Service]

A pointer to another, somehow related product (or multiple products).

Can be used on: https://schema.org/Product, https://schema.org/Service

Implementation

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