schemaInterpretedAsClaim constant

IriTerm const schemaInterpretedAsClaim

interpretedAsClaim from schema vocabulary [Expects: https://schema.org/Claim]

Used to indicate a specific claim contained, implied, translated or refined from the content of a {MediaObject} or other {CreativeWork}. The interpreting party can be indicated using {claimInterpreter}.

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

Implementation

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