creditedTo constant

IriTerm const creditedTo

IRI for schema:creditedTo [Expects: https://schema.org/Organization, https://schema.org/Person]

The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga.

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

Implementation

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