{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A [[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.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n 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 [[MediaReview]] and [[ClaimReview]] markup have not yet been finalized.",
"rdfs:label" : "MediaReview",
"rdfs:subClassOf" : "schema:Review",
"schema:isPartOf" : "http:pending.schema.org",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
},
"properties" : {
"schema:mediaAuthenticityCategory" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).",
"rdfs:label" : "mediaAuthenticityCategory",
"schema:domainIncludes" : "schema:MediaReview",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:MediaManipulationRatingEnumeration",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
},
"schema:originalMediaContextDescription" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]].",
"rdfs:label" : "originalMediaContextDescription",
"rdfs:subPropertyOf" : "schema:description",
"schema:domainIncludes" : "schema:MediaReview",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : "schema:Text",
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
},
"schema:originalMediaLink" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file.",
"rdfs:label" : "originalMediaLink",
"schema:domainIncludes" : "schema:MediaReview",
"schema:isPartOf" : "http:pending.schema.org",
"schema:rangeIncludes" : [
"schema:URL",
"schema:WebPage",
"schema:MediaObject"
],
"schema:source" : "https://github.com/schemaorg/schemaorg/issues/2450"
}
}
}