[TASK] Generic commit.

This commit is contained in:
Jan Philipp Timme 2016-10-10 16:32:23 +02:00
parent 19ca2bd989
commit 9296de1fd6
1 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ public class RentACarSimulation implements Runnable {
+ "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> " + "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> "
+ "PREFIX car: <"+RentACarSimulation.BASE_ONTOLOGY_IRI+"> " + "PREFIX car: <"+RentACarSimulation.BASE_ONTOLOGY_IRI+"> "
+ "SELECT ?driver ?car " + "SELECT ?driver ?car "
+ "FROM STREAM <"+RentACarSimulation.DRIVER_STREAM_IRI+"> [RANGE 3s STEP 1s] " + "FROM STREAM <"+RentACarSimulation.DRIVER_STREAM_IRI+"> [RANGE 2s TUMBLING] "
+ "WHERE { " + "WHERE { "
+ " ?e rdf:type car:CarTakenEvent . " + " ?e rdf:type car:CarTakenEvent . "
+ " ?e car:relatedCar ?car . " + " ?e car:relatedCar ?car . "
@ -471,7 +471,7 @@ public class RentACarSimulation implements Runnable {
+ "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> " + "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> "
+ "PREFIX car: <"+RentACarSimulation.BASE_ONTOLOGY_IRI+"> " + "PREFIX car: <"+RentACarSimulation.BASE_ONTOLOGY_IRI+"> "
+ "SELECT ?driver ?car " + "SELECT ?driver ?car "
+ "FROM STREAM <"+RentACarSimulation.DRIVER_STREAM_IRI+"> [RANGE 3s STEP 1s] " + "FROM STREAM <"+RentACarSimulation.DRIVER_STREAM_IRI+"> [RANGE 2s TUMBLING] "
+ "WHERE { " + "WHERE { "
+ " ?e rdf:type car:CarReturnedEvent . " + " ?e rdf:type car:CarReturnedEvent . "
+ " ?e car:relatedCar ?car . " + " ?e car:relatedCar ?car . "