|
3 | 3 | <div typeof="rdfs:Class" resource="http://schema.org/MediaReview"> |
4 | 4 | <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span> |
5 | 5 | <span class="h" property="rdfs:label">MediaReview</span> |
6 | | - <span property="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. |
| 6 | + <span property="rdfs:comment">(editorial work in progress, this definition is incomplete and unreviewed) |
| 7 | + 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. |
7 | 8 | For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types.</span> |
8 | 9 | <span property="schema:category">issue-2450</span> |
9 | 10 | <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a> |
10 | 11 | <link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> |
11 | 12 | </div> |
12 | 13 |
|
| 14 | + <!-- |
| 15 | + how do we point to the /itemReviewed vs it has a /review property --> |
| 16 | + in ClaimReview we use .itemReviewed pointing to a /Claim here, should we point to the VideoObject or the page that embeds it? |
| 17 | + we want to point to these for each MediaObject: URL(s) + Original Media URL(s) + Original Media Context |
| 18 | + MediaObject has /contentUrl |
| 19 | + (we wouldn't use /mainEntity or /mainEntityOfPage because the video is no being described). |
| 20 | + --> |
| 21 | + |
13 | 22 |
|
14 | 23 | <div typeof="rdfs:Class" resource="http://schema.org/MediaManipulationRatingEnumeration"> |
15 | 24 | <span>Category: <span property="schema:category">issue-2450</span></span> |
16 | 25 | <span class="h" property="rdfs:label">MediaManipulationRatingEnumeration</span> |
17 | | - <span property="rdfs:comment">MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.</span> |
| 26 | + <span property="rdfs:comment">(editorial work in progress, this definition is incomplete and unreviewed) MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.</span> |
18 | 27 | <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span> |
19 | 28 | <link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> |
20 | 29 | <span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span> |
|
0 commit comments