associatedMediaReview constant
IRI for schema:associatedMediaReview [Expects: https://schema.org/Review]
An associated {MediaReview}, related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case {relatedMediaReview
} would commonly be used on a {ClaimReview}, while {relatedClaimReview
} would be used on {MediaReview}.
Can be used on: https://schema.org/Review
Implementation
static const associatedMediaReview = IriTerm.prevalidated(
'https://schema.org/associatedMediaReview',
);