QA over Linked Open Vocabularies
Demo at http://localhost:3333/dataset/bdo/qa
- Quepy Library
- Python 2.7
- Flask
- Datalift or Sesame or fuseki to store LOV dataset
- Download the repository
src/webapp
- Launch Datalift containing an instance of BDO dataset published at
http://localhost:9091/sparql/data
. - If different endpoint, change the value in the file
main.py
in Line 15:sparql = SPARQLWrapper("http://fuseki:3030/sparql/data")
to the corresponding endpoint $ ./app.py
- The server starts at http://127.0.0.1:5000/