Killer dataset for Web Semantic project
- profile_killers.csv: dataset file downloaded here
- killers.ttl: Dataset in Turtle RDF format
- query.sparql: SPARQL CONSTRUCT to transform CSV in RDF
- nos_equetes.sparql: some SPARQL requests
- Go to https://jena.apache.org/download/
- Download Apache Jena Fuseki (
apache-jena-fuseki-x.x.x.zip) - Extract it to a folder, for example:
- Windows:
C:\fuseki\ - macOS/Linux:
~/fuseki/
- Windows:
Open a terminal (or command prompt) and navigate to the Fuseki folder.
Then run the following command:
On macOS / Linux:
cd ~/fuseki
./fuseki-serverOn Windows:
cd C:\fuseki
fuseki-server.batBy default, Fuseki will start on port 3030
Once the server is running, open your browser and go to:
You should see the Apache Jena Fuseki dashboard, where you can:
- Create new datasets
- Upload RDF files (.ttl, .rdf, .nt, etc.)
- Run SPARQL queries
- Manage data via the web UI