Missing Fuseki test dataset
Currently, when we enable the Fueski service and start the services in the development environment, it starts with a empty dataset. It expects to have test dataset and the associated CDLI corpus data, since the strat up script does not include this setup, it has to be done manaually. If not done the server returns a 500 error.
Steps to reproduce
1. Enable Fueski Server at `dev/config.dev.json`
2. Run `./dev/cdli.py dev up`.
3. Access `http://localhost:2354/cqp4rdf/` and perform any query (e.g **`[conll:FORM = "lugal"]`**).
4. The application will return a `500 error` because the backend receives a `404 Not Found` when trying to reach `http://fuseki:3030/test/query`.
The same could be observed at https://cdli.earth/cqp4rdf/ and it also returning 500 error.
{width=900 height=456}
{width="900" height="460"}
issue