description constant

IriTerm const description

IRI for schema:description [Expects: https://schema.org/Text, https://schema.org/TextObject]

A description of the item.

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

Implementation

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