identifier constant

IriTerm const identifier

identifier [Expects: https://schema.org/PropertyValue, https://schema.org/Text, https://schema.org/URL]

The identifier property represents any kind of identifier for any kind of {Thing}, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.

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

Implementation

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