uf6 / design

Openly designing data enrichment solutions
http://en.wikipedia.org/wiki/Uranium_hexafluoride
28 stars 0 forks source link

Information Verification Taxonomies #4

Open jmatsushita opened 9 years ago

jmatsushita commented 9 years ago

There is (a google group called Information Verification Ecosystem). I've added you to it. We had this discussion about quads #2 with @johngriffin from Atchai when we worked on NewsVerify (Demo site) with Internews.

Just doing a brain dump copy paste in the issue and let's see later how we make these into different documents and different issues.

Uses Cases

These where the long term use cases we were looking at:

And these are the design choices we had made at the time on the taxonomy design side of things (from this paragraph):

Verification status

The verification status is an editable taxonomy. It communicates how reliable/trustworthy/verified a piece of news is. The terms in use are:

There are three verification categories : where, when and what happened

The platform may develop to support more verification categories or to visualise the data collected under each verification category.

Source(s)

A source is the same as an author as the content type Author An Author is the authors of original pieces of evidence. Journalism traditionally calls these people 'Sources'. An author is not an authenticated user creating content.

Data Model

Event : something that happened.

Evidence (some data corroborating or invalidating a particular claim)

jmatsushita commented 9 years ago

@johngriffin had commented on the data model:

Event

Semantic Modelling

This is quite a nice simple event ontology that could be used as an alternative to the Freebase one: http://purl.org/NET/c4dm/event.owl# - it's used in the BBC programmes ontology for example. From a publishing point of view, there may be more of an advantage to maintaining compatibility with the schema.org event. Any compatibility only seems possible if we do explicitly state the date and place properties on an event though, at least at time of publishing.

For those who are interested in the semantic modelling, here is a (slightly old, but relevant) paper comparing existing Event ontologies: http://oai.cwi.nl/oai/asset/14783/14783A.pdf

I don't claim to be an expert in semantic modelling, but I've done some before and have sketched out some graphs based on what's currently here, so I could potentially do a first cut when the time comes if there's nobody else in the group.

I appreciate I've dived into technicalities here, so please feel free to discuss more generally the requirements first.