-
Notifications
You must be signed in to change notification settings - Fork 0
Home
bonarbeavis edited this page Nov 21, 2017
·
11 revisions
This project is crowdsourcing middleware for linked data. It receives a task request from a broker, enriches the task with data from a sparql endpoint and creates a task in Pybossa. The following image shows how an enriched task is presented to a crowd worker:
There are two subfolders in this repository. In bike-racks
lives the Pybossa project definition. In bike-rack-linker
is a play application which enriches and creates pybossa tasks.
- Install the Pybossa development server.
- Setup the Pybossa command line client (py2 only).
- Change directory to
bike-racks
and add the project to the Pybossa Server- pbs create_project
- pbs add_tasks --tasks-file test-data.json
- pbs update_project --watch
- Install Sbt 1.0.
- Clone the repository.
- Define environment in
application.conf
. cd rdf-crowdsourced-quality-checker/bike-rack-linker
sbt run
The properties are queried with the Java-RDF Mapper module.
- to Broker
- linkEvaluationRequest
- publishResult
- to Quadstore
- queryProperties
todo
Are on Trello