Go to file
Jan Philipp Timme 1dfb6d1542 [TASK] Fix various exceptions 2016-10-03 19:44:07 +02:00
data [TASK] Properly rename abox data file. 2016-08-29 17:38:13 +02:00
src/main [TASK] Fix various exceptions 2016-10-03 19:44:07 +02:00
.gitignore [TASK] Try the timestamp-function once again. 2016-06-07 11:03:14 +02:00
README.md Update README.md 2016-10-02 22:43:35 +02:00
pom.xml [TASK] Rename project. 2016-10-02 22:31:31 +02:00

README.md

CSPARQL-Carsimulation

This project uses the CEP engine C-SPARQL to demonstrate how event data from rdf streams can be processed. It consist of a rudimentary simulation which generates rdf event data that is then fed into the engine through rdf streams.

This project uses maven, so in order to get all the dependencies and build the project, you can run mvn package.

After that, you can run the project using java -jar target/CSPARQL-Carsimulation-0.0.1.jar.