The experimental code for the DualLoop method of our VLDB'24 Industry Track submission
Step 1: install conda
Step 2: please create a virtual environment with python, pip, and jupyter
conda env create -f environment.yml
conda activate dualloop
pip install -r requirements.txt
python -m spacy download en_core_web_lg
cd rdf4j
./build.sh
docker-compose up -d # require docker and docker-compose to be installed
cd data
python load.py load
./run_all.sh