Authors:
Hanane OUBOLOHOU | hanane.oublouhou@emse.fr
Yana SOARES DE PAULA | yana.soaresdepaula@emse.fr
- Configure Apache Jena Fuseki :
- You must have Apache Jena Fuseki installed. If it's not installed, see this link.
- Access the main folder of Fuseki via command line (in Linux, use
cd /path/to/apache/jena/fuseki). - In the command line, write
./fuseki-server --update --mem /dsto create an in-memory non-persistant dataset in the server.- Note:
/dsis the name of your dataset, if you change it, the codes provided in this project will not be well-configured. - Note: To create a persistent dataset, type
./fuseki-server --loc=/path/to/dataset /ds.
- Note:
- Leave the server as it is (do not close the terminal).
- Install the required libraries
pip install -r requirements.txt - Run the
triplestore.pyfile. - Run the
app.pyto launch the web server. You can access the web page on : http://127.0.0.1:5000/