This script queries data for the OhdAB from FactGrid and saves it in a turtle file.
- python3.9
- SPARQLWrapper
- rdflib
To start the application do the following steps:
# If not created, create virtualenv
python3 -m venv venv
# Activate virtualenv
source ./venv/bin/activate
# Update pip
pip install --upgrade pip
# Install dependencies
pip install -r ./requirements.txt
# run code
python main.py