forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdo-ClaimReview-issue-1061-examples.txt
194 lines (165 loc) · 6.87 KB
/
sdo-ClaimReview-issue-1061-examples.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
TYPES: ClaimReview
PRE-MARKUP:
This would be part of a page such as
http://www.politifact.com/texas/statements/2014/jul/23/rick-perry/rick-perry-claim-about-3000-homicides-illegal-immi/
Simple example based on material from that page.
Earlier examples included Review and ClaimReview types while the latter
design was under discussion, but this is not strictly needed now.
<p>
An example paragraph reviewing a claim expressed in another document.
<dl>
<dt>Date published:</dt>
<dd>2014-07-23</dd>
<dt>Review url:</dt>
<dd>http://www.politifact.com/texas/statements/2014/jul/23/rick-perry/rick-perry-claim-about-3000-homicides-illegal-immi/</dd>
<dt>Review by:</dt>
<dd><a href="http://www.politifact.com/">Politifact</a>
<img src="http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg" alt="Politifact" />
</dd>
</dl>
<h3>Claim reviewed:</h3>
<blockquote>
More than 3,000 homicides were committed by 'illegal aliens' over the past six years.
</blockquote>
<div>Rating: 1 (best score: 6), "True".</div>
<img src="http://static.politifact.com.s3.amazonaws.com/rulings/tom-pantsonfire.gif" alt="Politifact Pants on Fire rating logo" />
<h4>Item reviewed:</h4>
<ul>
<li>Claim author's name: Rich Perry. Job title: "Former Governor of Texas".</li>
<li>Claim original document: "The St. Petersburg Times interview" (2014-07-17)</li>
</ul>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Gov._Perry_CPAC_February_2015.jpg/440px-Gov._Perry_CPAC_February_2015.jpg"
alt="photo of R.Perry."/>
</p>
MICRODATA:
<div itemscope="" itemtype="http://schema.org/ClaimReview">
An example paragraph reviewing a claim expressed in another document.
<dl>
<dt>Date published:</dt>
<dd itemprop="datePublished">2014-07-23</dd>
<dt>Review url:</dt>
<dd itemprop="url">http://www.politifact.com/texas/statements/2014/jul/23/rick-perry/rick-perry-claim-about-3000-homicides-illegal-immi/</dd>
<dt>Review by:</dt>
<dd>
<span itemprop="author" itemscope="" itemtype="http://schema.org/Organization">
<span itemprop="name"><a itemprop="url" href="http://www.politifact.com/">Politifact</a></span>
<img itemprop="image" src="http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg" alt="Politifact" />
<link itemprop="sameAs" href="http://twitter.com/politifact"/>
</span>
</dd>
</dl>
<h3>Claim reviewed:</h3>
<blockquote itemprop="claimReviewed">
More than 3,000 homicides were committed by 'illegal aliens' over the past six years.
</blockquote>
<span itemprop="reviewRating" itemscope="" itemtype="http://schema.org/Rating">
Rating: <span itemprop="ratingValue">1</span>
(best score: <span itemprop="bestRating">6</span>),
"<span itemprop="alternateName">True</span>".
<img itemprop="image" src="http://static.politifact.com.s3.amazonaws.com/rulings/tom-pantsonfire.gif" alt="Politifact Pants on Fire rating logo" />
</span>
<h4>Item reviewed:</h4>
<div itemprop="itemReviewed" itemscope="" itemtype="http://schema.org/CreativeWork">
<ul>
<li itemprop="author" itemscope="" itemtype="http://schema.org/Person">Claim author's name: <span itemprop="name">Rich Perry</span>.
Job title: "<span itemprop="jobTitle">Former Governor of Texas</span>".
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Rick_Perry"/>
<a itemprop="sameAs" href="https://rickperry.org/">rickperry.org</a>
<img itemprop="image"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Gov._Perry_CPAC_February_2015.jpg/440px-Gov._Perry_CPAC_February_2015.jpg"
alt="photo of R.Perry."/>
</li>
<li>Claim original document: "<span itemprop="name">The St. Petersburg Times interview</span>"
(<span itemprop="datePublished">2014-07-17</span>)</li>
</ul>
</div>
</div>
RDFA:
TODO
JSON:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ClaimReview",
"datePublished": "2014-07-23",
"url": "http://www.politifact.com/texas/statements/2014/jul/23/rick-perry/rick-perry-claim-about-3000-homicides-illegal-immi/",
"author": {
"@type": "Organization",
"url": "http://www.politifact.com/",
"image": "http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg",
"sameAs": "https://twitter.com/politifact"
},
"claimReviewed": "More than 3,000 homicides were committed by \"illegal aliens\" over the past six years.",
"reviewRating": {
"@type": "Rating",
"ratingValue": 1,
"bestRating": 6,
"image": "http://static.politifact.com.s3.amazonaws.com/rulings/tom-pantsonfire.gif",
"alternateName": "True"
},
"itemReviewed": {
"@type": "CreativeWork",
"author": {
"@type": "Person",
"name": "Rich Perry",
"jobTitle": "Former Governor of Texas",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Gov._Perry_CPAC_February_2015.jpg/440px-Gov._Perry_CPAC_February_2015.jpg",
"sameAs": [
"https://en.wikipedia.org/wiki/Rick_Perry",
"https://rickperry.org/"
]
},
"datePublished": "2014-07-17",
"name": "The St. Petersburg Times interview [...]"
}
}
</script>
TYPES: ClaimReview
PRE-MARKUP:
An extended ClaimReview example for fact-check of a TV Clip (JSON-LD only).
The content is Dan's review of Obama's claim about Iran, where the item
reviewed is a Clip, which is part of a larger VideoObject.
MICRODATA:
TODO
RDFA:
TODO
JSON:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ClaimReview",
"datePublished": "2017-07-06",
"url": "http://danbri.org/2017/TODO",
"author": {
"@type": "Person",
"url": "http://danbri.org/",
"sameAs": "https://twitter.com/danbri"
},
"claimReviewed": "In the middle of the Cold War, the United States played a role in the overthrow of a democratically-elected Iranian government.",
"reviewBody": "This claim is true. The UK also played a role.",
"itemReviewed": {
"@type": "Clip",
"startOffset": "350",
"endOffset": "370",
"isPartOf": {
"@type": "VideoObject",
"url": "https://www.youtube.com/watch?v=B_889oBKkNU",
"name": "Clip from President Obama Speech to Muslim World in Cairo",
"transcript": "http://www.nytimes.com/2009/06/04/us/politics/04obama.text.html"
},
"author": {
"@type": "Person",
"name": "Barack Obama",
"jobTitle": "44th President of the United States of America",
"image": "https://upload.wikimedia.org/wikipedia/commons/8/8d/President_Barack_Obama.jpg",
"sameAs": [
"https://twitter.com/barackobama",
"https://www.wikidata.org/wiki/Q76"
]
},
"datePublished": "2009-06-04",
"name": "President Obama Speech to Muslim World in Cairo"
}
}
</script>