defaultValue constant

IriTerm const defaultValue

IRI for schema:defaultValue [Expects: https://schema.org/Text, https://schema.org/Thing]

The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.

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

Implementation

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