participant constant

IriTerm const participant

participant [Expects: https://schema.org/Organization, https://schema.org/Person]

Other co-agents that participated in the action indirectly. E.g. John wrote a book with Steve.

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

Implementation

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