Currently the relational data is converted to a ttl file using RML.
This solution is not scalable as the TTL file is huge and can't fit in the memory of the gunicorn worker.
[x] add graphDB to the server
[ ] add graphDB installation instructions to the install.sh
[ ] replace loading script target from ttl file to graphDB
[ ] replace query handling in graph view from file reading to graphDB
Currently the relational data is converted to a ttl file using RML. This solution is not scalable as the TTL file is huge and can't fit in the memory of the gunicorn worker.