ESILV - Semantic Web Project - 2022
For this Project we used the following categories as databases :
- temperature (real time)
- gares-tgv (static)
- tgvmax (static)
- username (static)
Our project is structured the following way :
Projet-Webdata-DIA4-G8/
: Contains our main code, SPARQL queries, the code to load our rdf and dynamic temperature data as well as a txt file for requirementsProjet-Webdata-DIA4-G8/gui/
: Where our widget python code isProjet-Webdata-DIA4-G8/json-ld/
: Where all our json files are storedProjet-Webdata-DIA4-G8/csv/
: Containing our data in csv form
Launch the following command to get all the required dependencies:
pip install -r requirements.txt
To generate RDF file, run this command in your terminal:
python load_rdf.py
Finally you can run the following command to open the application:
python main.py