OriginalMediaContent constant

IriTerm const OriginalMediaContent

IRI for schemahttp:OriginalMediaContent

Content coded 'as original media content' in a {MediaReview}, considered in the context of how it was published or shared.

For a {VideoObject} to be 'original': No evidence the footage has been misleadingly altered or manipulated, though it may contain false or misleading claims.

For an {ImageObject} to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.

For an {ImageObject} with embedded text to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.

For an {AudioObject} to be 'original': No evidence the audio has been misleadingly altered or manipulated, though it may contain false or misleading claims.

Implementation

static const OriginalMediaContent = IriTerm.prevalidated(
  'http://schema.org/OriginalMediaContent',
);