-
Notifications
You must be signed in to change notification settings - Fork 915
Expand file tree
/
Copy pathissue-1950-examples.txt
More file actions
38 lines (29 loc) · 1.01 KB
/
issue-1950-examples.txt
File metadata and controls
38 lines (29 loc) · 1.01 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
TYPES: #eg-0266 CorrectionComment, correction
PRE-MARKUP:
An example showing a CorrectionComment associated with an article.
MICRODATA:
TODO
RDFA:
TODO
JSON:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ReportageNewsArticle",
"url": "https://www.nytimes.com/2018/01/23/movies/oscars-snubs-surprises.html",
"publisher":{
"@type": "Organization",
"name": "New York Times",
"@id": "https://www.nytimes.com"
},
"datePublished":"2018-01-23",
"dateModified":"2018-01-23",
"headline":"The Snubs and Surprises of the 2018 Oscar Nominations",
"mainEntityOfPage": "https://www.nytimes.com/2018/01/23/movies/oscars-snubs-surprises.html",
"correction": {
"@type": "CorrectionComment",
"text": "An earlier version of this article misstated the number of times Denzel Washington has been nominated for an Oscar. His nod for 'Roman J. Israel, Esq.' brings the total to nine, not eight.",
"datePublished": "2018-01-23"
}
}
</script>