Created
February 17, 2017 14:30
-
-
Save danbri/15b56c9847f2132aa912675e89e6fa2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": "http://schema.org", | |
| "@type": ["Review", "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/" | |
| "twitter": "@politifact" | |
| }, | |
| "claimReviewed": "More than 3,000 homicides were committed by \"illegal aliens\" over the past six years.", | |
| "claimReviewSiteLogo": "http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg", | |
| "reviewRating": { | |
| "@type": "Rating", | |
| "ratingValue": 1, | |
| "bestRating": 6, | |
| "text": "True", | |
| "image" : "http://static.politifact.com/mediapage/jpgs/politifact-logo-big.jpg" | |
| }, | |
| "itemReviewed": { | |
| "@type": "CreativeWork", | |
| "author": { | |
| "@type": "Person", | |
| "name": "Rich Perry", | |
| "title": "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", | |
| "sourceName": "The St. Petersburg Times" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment