Skip to content

EIS-Bonn/QA4LOV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

QA over Linked Open Vocabularies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • TeX 4.4%
  • CSS 0.3%
  • JavaScript 0.2%
  • C 0.2%
  • HTML 0.1%
  • Shell 0.1%