schemaRangeIncludes constant

IriTerm const schemaRangeIncludes

rangeIncludes from schema vocabulary [Expects: https://schema.org/Class]

Relates a property to a class that constitutes (one of) the expected type(s) for values of the property.

Can be used on: https://schema.org/Property

Implementation

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