numConstraints constant

IriTerm const numConstraints

IRI for schema:numConstraints [Expects: https://schema.org/Integer]

Indicates the number of constraints property values defined for a particular {ConstraintNode} such as {StatisticalVariable}. This helps applications understand if they have access to a sufficiently complete description of a {StatisticalVariable} or other construct that is defined using properties on template-style nodes.

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

Implementation

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