Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 651 Bytes

QA4LOV

QA over Linked Open Vocabularies

Demo at http://localhost:3333/dataset/bdo/qa

List of dependencies

  • Quepy Library
  • Python 2.7
  • Flask
  • Datalift or Sesame or fuseki to store LOV dataset

How to launch the src/webapp

  • 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/