Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 546 Bytes

survey-kg

Requirements: Java JDK, Python 3, pip3, sparql-anything-0.8.1.jar

sparql-anything-<version>.jar from https://github.com/SPARQL-Anything/sparql.anything/releases is required to run this project

sparql-anything-<version>.jar must be located in the same directory as surveyExtraction.xlsx

example .ttl output java -jar sparql-anything-0.8.1.jar -q query.sparql -o survey.ttl

How to run

pip3 install -r requirements.txt

py run_scripts.py for windows or python3 run_scripts.py for unix