schemaSubjectOf constant

IriTerm const schemaSubjectOf

subjectOf from schema vocabulary [Expects: https://schema.org/CreativeWork, https://schema.org/Event]

A CreativeWork or Event about this Thing.

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

Implementation

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