The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::MediaReview - A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online

VERSION

version v23.0.0

DESCRIPTION

A SemanticWeb::Schema::MediaReview is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation. For more general reviews of media in the broader sense, use SemanticWeb::Schema::UserReview, SemanticWeb::Schema::CriticReview or other SemanticWeb::Schema::Review types. This definition is a work in progress. While the SemanticWeb::Schema::MediaManipulationRatingEnumeration list reflects significant community review amongst fact-checkers and others working to combat misinformation, the specific structures for representing media objects, their versions and publication context, are still evolving. Similarly, best practices for the relationship between SemanticWeb::Schema::MediaReview and SemanticWeb::Schema::ClaimReview markup have not yet been finalized.

ATTRIBUTES

media_authenticity_category

mediaAuthenticityCategory

Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).

A media_authenticity_category should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaManipulationRatingEnumeration']

_has_media_authenticity_category

A predicate for the "media_authenticity_category" attribute.

original_media_context_description

originalMediaContextDescription

Describes, in a SemanticWeb::Schema::MediaReview when dealing with SemanticWeb::Schema::DecontextualizedContent, background information that can contribute to better interpretation of the SemanticWeb::Schema::MediaObject.

A original_media_context_description should be one of the following types:

Str

_has_original_media_context_description

A predicate for the "original_media_context_description" attribute.

originalMediaLink

Link to the page containing an original version of the content, or directly to an online copy of the original SemanticWeb::Schema::MediaObject content, e.g. video file.

A original_media_link should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaObject']
InstanceOf['SemanticWeb::Schema::WebPage']
Str

A predicate for the "original_media_link" attribute.

SEE ALSO

SemanticWeb::Schema::Review

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)