This folder contains the following folders and files: * lc.ttl: the input data generated by executing the following command: docker run -it --rm \ -v $(pwd)/output_data:/tmp/output_data \ -e GTFS_GEN_SEED=123 -e GTFS_GEN_CONNECTIONS__CONNECTIONS=50 \ podigg/podigg-lc (for more information on how to execute podigg please read: https://hub.docker.com/r/podigg/podigg-lc/) * clean: This folder includes all of the lc:Connection instances (and corresponding triples) of the lc.ttl file after they were divided into subfiles based on their lc:departureTime property. * insertQueries: This folder contains one SPARQL INSERT query for each file of the clean folder. Each file of the clean directory was transformed into an INSERT query. * selectQueries: This folder contains one SPARQL SELECT query for every 5 SPARQL INSERT query of the insertQueries folder. The SELECT queries are able to test if at least 50% of triples of the corresponding INSERT queries have been inserted into the graph indicated in the GRAPH field of the query. * expectedResults: This folder contains the corresponding results of each SELECT query of the selectQueries folder, after each SELECT query was performed against a Jena TDB instance (https://jena.apache.org/documentation/tdb/) Please note, that each expected result file was obtained by performing the corresponding SELECT query, after its corresponding INSERT query was performed. All INSERT and SELECT queries were performed against the same Jena TDB instance. If you want to execute the ODIN benchmark using the above dataset, so that the generated INSERT, SELECT and corresponding results are the same as the ones included in this folder, then please configure ODIN as follows: * Duration of the benchmark = 60000 * Name of mimicking algorithm output folder = output_data/ * Number of insert queries per stream = 5 * Population of generated data = 50 * Number of data generators - agents = 1 * Name of mimicking algorithm = TRANSPORT_DATA * Seed for mimicking algorithm = 123 * Number of task generators - agents = 1