numConstraints constant

IriTerm const numConstraints

numConstraints [Expects: http://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: http://schema.org/ConstraintNode

Implementation

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