Skip to content

modellingDH/crowdsourcing-ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdsourcing of Evidences Ontology (CEO)

Ontology to describe the crowdsourcing campaigns for collecting sources from the general public

Competency Questions:

  • What outcomes crowdsource campaigns produced?
  • Which organisation is organising a crowdsource campaign?
  • Who is managing what aspect of the campaign?
  • How is contributing to crowdsourcing campaign and producing what outcome?
  • Which experiential concepts a task is addressing?
  • Given an experiential concept, which resources are being generated to inform about this concept?

Scenario

In the context of research project is often necessary to collect material from a crowdsource campaign. A campaign can be managed by one or more actors (organizations and people) with the aim of collecting a type of resource. Participants may be compensated for participating to one or more tasks. The tasks and campaign in general produces and users resources.

Usage Example

This ontology is used to describe the crowdsource campaign of the EU JPI READ-IT project. The crowdsource campaigns are carried along the duration of the project and with different modalities (see contribute page), such as physical postcards during events, an online contribution platform, conversation with a chatbot @TellMeWhatUReadingbot.

The folder chatbot includes examples of data generated by the chatbot and scripts to convert individual documents in a JSON-LD graph.

JSON-LD

Support to json-ld by including the context in json-ld/context.json file. https://github.com/eureadit/crowdsourcing-ontology/raw/master/json-ld/context.json

Examples are included in the json-ld/examples/ folder, such as:

{
  "@context": {
     "@base":"http://data.open.ac.uk/read-it/",
     "co":"https://github.com/eureadit/crowdsourcing-ontology/raw/master/owl/crowdsourcing-evidences.owl.ttl#",
     "reo":"https://raw.githubusercontent.com/eureadit/reading-experience-ontology/master/data-model-v2.owl#"
  },
  "@id":"http://data.open.ac.uk/read-it/questions/chatbot-3531577084",
  "@type":"co:Question",
  "co:text":"What is a book that changed your life and why?",
  "co:answer":{
    "@id":"http://data.open.ac.uk/read-it/answers/chatbot-3531577084-1137346099",
    "@type":"co:Answer",
    "co:date":"2020/6/8@13:30:2",
    "co:inLanguage":"en-GB",
    "co:isAnswerOf":"http://data.open.ac.uk/read-it/questions/chatbot-3531577084",
    "co:answerText":"J.R.R. Tolkien's The Lord of the Rings. The first book I ever read in the English language",
    "co:distance":"distant"
  }
}

Acknowledgements

This ontology is inspired by the following is mostly based on the "Ontology focused crowdsourcing management" of Ari Sivula, Jussi Kantola. This work is a readaptation as it changes the focus from the organization (e.g. maturity level of the organization) to the operational aspects of the crowdsourcing: the campaigning and production of resources.

Furthermore, the ontology is insired or reuses entities from the following:

This work was partially supported by Reading Europe – Advanced Data Inves- tigation Tool (READ-IT), a project funded by the JPI Cultural Heritage under the European Union Horizon 2020 Research and Innovation programme (grant agreement No 699523).

About

Ontology to describe the crowdsourcing campaigns for collecting sources from the general public

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors