associatedMediaReview constant
associatedMediaReview [Expects: http://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: http://schema.org/Review
Implementation
static const associatedMediaReview = IriTerm.prevalidated(
'http://schema.org/associatedMediaReview',
);