Skip to content

Commit f0cf826

Browse files
committed
Drafting implementation of MediaReview for discussion. /cc #2450
1 parent a3d9e0e commit f0cf826

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

data/ext/pending/issue-2450.rdfa

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<div>
2+
3+
<div typeof="rdfs:Class" resource="http://schema.org/MediaReview">
4+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span>
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.
7+
For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types.</span>
8+
<span property="schema:category">issue-2450</span>
9+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a>
10+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
11+
</div>
12+
13+
14+
<div typeof="rdfs:Class" resource="http://schema.org/MediaManipulationRatingEnumeration">
15+
<span>Category: <span property="schema:category">issue-2450</span></span>
16+
<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>
18+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
19+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
20+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span>
21+
</div>
22+
23+
24+
25+
<div typeof="http://schema.org/MediaManipulationRatingEnumeration" resource="http://schema.org/AuthenticContent">
26+
<span>Category: <span property="schema:category">issue-2450</span></span>
27+
<span class="h" property="rdfs:label">AuthenticMediaObject</span>
28+
<span property="rdfs:comment">AuthenticMediaObject: An unaltered image that is presented in an accurate way.</span>
29+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
30+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span>
31+
</div>
32+
<div typeof="http://schema.org/MediaManipulationRatingEnumeration" resource="http://schema.org/MissingContext">
33+
<span>Category: <span property="schema:category">issue-2450</span></span>
34+
<span class="h" property="rdfs:label">MissingContext</span>
35+
<span property="rdfs:comment">MissingContext: ...</span>
36+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
37+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span>
38+
</div>
39+
40+
<!-- todo: Cropped, Transformed, Image Macro, Edited -->
41+
<!-- do we have a code for AuthenticVideo AuthenticImage AuthenticXyz etc? -->
42+
43+
<!--
44+
45+
46+
<div typeof="rdf:Property" resource="http://schema.org/mediaAuthenticityCategory">
47+
<span>Category: <span property="schema:category">issue-2450</span></span>
48+
<span class="h" property="rdfs:label">MediaManipulationRatingEnumeration</span>
49+
<span property="rdfs:comment">Indicates a MediaManipulationRatingEnumeration classification.</span>
50+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaReview">MediaReview</a></span>
51+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaManipulationRatingEnumeration">MediaManipulationRatingEnumeration</a></span>
52+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
53+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span>
54+
</div>
55+
-->
56+
57+
58+
59+
</div>

0 commit comments

Comments
 (0)