learningResourceType constant

IriTerm const learningResourceType

IRI for schema:learningResourceType [Expects: https://schema.org/DefinedTerm, https://schema.org/Text]

The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.

Can be used on: https://schema.org/CreativeWork, https://schema.org/LearningResource

Implementation

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