-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-2450-examples.txt
More file actions
56 lines (46 loc) · 1.55 KB
/
issue-2450-examples.txt
File metadata and controls
56 lines (46 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
TYPES: #eg-0467 MediaReview
PRE-MARKUP:
Example of MediaReview vocabulary usage.
MICRODATA:
N/A
RDFA:
N/A
JSON:
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"MediaReview",
"datePublished":"2021-04-27",
"url":"https://www.politifact.com/factchecks/2021/apr/27/instagram-posts/mariah-carey-didnt-fake-getting-her-covid-19-vacci/",
"author":{
"@type":"Organization",
"name":"PolitiFact",
"url": "https://politifact.com"
},
"mediaAuthenticityCategory":"DecontextualizedContent",
"originalMediaContextDescription":"Singer Mariah Carey shared a video of herself receiving a COVID-19 vaccination.",
"itemReviewed":{
"@type":"MediaReviewItem",
"creator":{
"@type":"Person",
"name":"Instagram user",
"url":"https://www.instagram.com/wrong_saloon_bear/?hl=en"
},
"interpretedAsClaim":{
"@type":"Claim",
"description": "Mariah Carey faked getting her COVID-19 vaccine because the needle can’t be seen coming out of her arm."
},
"mediaItemAppearance":[
{
"@type":"VideoObjectSnapshot",
"description": "An Instagram user posted a zoomed-in version of a video of Mariah Carey receiving a COVID vaccination, writing ‘It’s all a scam, don’t celebrate celebrities.’"
},
{
"@type":"VideoObjectSnapshot",
"contentUrl":"https://www.instagram.com/p/CNtao_WA0Dr/",
"archivedAt":"https://archive.is/EXAMPLE"
}
]
}
}
</script>