Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constructs to represent corrections - and their use in factchecking #3158

Open
danbri opened this issue Aug 11, 2022 · 2 comments
Open

Constructs to represent corrections - and their use in factchecking #3158

danbri opened this issue Aug 11, 2022 · 2 comments
Assignees
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Comments

@danbri
Copy link
Contributor

danbri commented Aug 11, 2022

This came up via the Trust Project contributions (c.f. #1950) to Schema.org a few years back, and is touched on in the blog post from Andy Dudfield and Leigh Dodds.

From that blog post:

Corrections and actions. The second wave of fact checking is about more than just writing fact checks, it involves taking action to tackle disinformation. How might we surface data about requests for corrections to published content, and record when those corrections have been made? Schema.org currently includes some vocabulary to help describe corrections and comments which we've explored. But further work is needed to define a useful way of recording and sharing the other activities undertaken by fact checkers.

Currently we have:

These are a good foundation, but seem to have been under-utilized so far.

In the context of a ClaimReview, it would be good to know - in the case of problematic claims - if the claimant has made a correction somewhere. This could be written/spoken, informal or formal, or perhaps also journalistic coverage of those. This case I suspect is likely to be largely political factchecking, but there are also other high profile public figures who sometimes retract or correct their claims.

However, we should also cover cases beyond fact checking - books, articles (scholarly or otherwise), media content - these are all areas where mistakes are made and corrected.

I am opening this issue to encourage evaluation of the existing correction vocabulary, especially in the context of factchecking and ClaimReview. Are there important usecases we don't cover, or examples we should add to the site?

@danbri danbri self-assigned this Aug 11, 2022
@schemaorg schemaorg deleted a comment from baba5510 Aug 12, 2022
@mr-dudders
Copy link

We wrote a little more about this here https://fullfact.github.io/markup-investigation/docs/notes/04-corrections-and-actions/

This makes a suggestion for the use of https://schema.org/CorrectionComment

eg "correction": { "@type": "CorrectionComment", "@id": "...", "description": "The Guardian published a correction to one of the claims in this article", "datePublished": "2019-05-31", "correctedWork": "https://www.theguardian.com/environment/2019/may/22/england-plastic-straws-ban" }

and introduces a new concept of 'RetractionComment' eg

"appearance": [{ "@type": "CreativeWork" "datePublished": "2021-04-20", "author": { "@type": "Person", "sameAs": "https://twitter.com/jennyrickson" "description": "Twitter user" }, "correction": { "@type": "RetractionComment", "datePublished": "2021-04-30", "description": "The user later deleted their tweet" "author": { "@type": "Organization", "name": "Full Fact" } } }]

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

This issue is being nudged due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Projects
None yet
Development

No branches or pull requests

2 participants