Skip to content

Commit a6a3a03

Browse files
committed
Added disclaimer. /cc #2450
1 parent d9cae73 commit a6a3a03

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

data/ext/pending/issue-2450.rdfa

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,27 @@
33
<div typeof="rdfs:Class" resource="http://schema.org/MediaReview">
44
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span>
55
<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.
78
For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types.</span>
89
<span property="schema:category">issue-2450</span>
910
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a>
1011
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
1112
</div>
1213

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+
1322

1423
<div typeof="rdfs:Class" resource="http://schema.org/MediaManipulationRatingEnumeration">
1524
<span>Category: <span property="schema:category">issue-2450</span></span>
1625
<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>
1827
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
1928
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
2029
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2450">#2450</a></span>

0 commit comments

Comments
 (0)