Skip to content

Instantly share code, notes, and snippets.

@sjockers
Last active November 14, 2016 15:42
Show Gist options
  • Save sjockers/5b25e97df67966d12ca39d89d569d435 to your computer and use it in GitHub Desktop.
Save sjockers/5b25e97df67966d12ca39d89d569d435 to your computer and use it in GitHub Desktop.
Claim review meta data on correctiv.org, JSON-LD example
<!-- http://pending.schema.org/ClaimReview -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["Review", "ClaimReview"],
"datePublished": "2016-08-17T13:06:00+01:00",
"url": "https://correctiv.org/blog/ruhr/artikel/2016/08/17/debatte-um-beschaeftigtenzahlen-ruhrgebiet/",
"author": {
"@type": "Organization",
"name": "CORRECTIV",
"url": "https://www.correctiv.org/"
},
"claimReviewed": "Wir haben heute im Ruhrgebiet mit 2,3 Millionen wieder genau so viele Beschäftigte wie zu den Hochzeiten von Kohle und Stahl.",
"reviewRating": {
"@type": "Rating",
"ratingValue": 3,
"bestRating": 5,
"alternateName": "teilweise falsch"
},
"itemReviewed": {
"@type": "CreativeWork",
"author": {
"@type": "Person",
"name": "Hannelore Kraft",
"jobTitle": "Ministerpräsidentin von NRW"
},
"datePublished": "2016-08-15",
"url": "http://www.derwesten.de/region/hannelore-kraft-nrw-muss-nicht-in-sack-und-asche-gehen-id12091213.html"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment