domainIncludes constant

IriTerm const domainIncludes

IRI for schema:domainIncludes [Expects: https://schema.org/Class]

Relates a property to a class that is (one of) the type(s) the property is expected to be used on.

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

Implementation

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