correction
A Schema.org PropertyThis term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
- Canonical URL: https://schema.org/correction
- Check for open issues.
Indicates a correction to a CreativeWork, either via a CorrectionComment, textually or in another document.
Values expected to be one of these types |
---|
CorrectionComment |
Used on these types |
---|
CreativeWork
|
Acknowledgements
This term and its definition is based upon the work of The Trust Project.
Source
https://github.com/schemaorg/schemaorg/issues/1950
Examples
Example 1
Copied
Example notes or example HTML without markup.
An example showing a CorrectionComment associated with an article.
Example encoded as Microdata embedded in HTML.
TODO
Example encoded as RDFa embedded in HTML.
TODO
Example encoded as JSON-LD in a HTML script tag.
<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>
Structured representation of the JSON-LD example.