This folder contains the following folders and files: * lc.ttl.zip: the input data (zipped; uncompressed ~9.2MB) generated using the settings from 'podigg-config-faceted-browsing-benchmark-small-9mb.json' applied to the following simplified example 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/) * selectQueries: This folder contains SPARQL SELECT queries in files whose names follow the pattern "selectQuery_Scenario_${SCENARIO_ID}-${QUERY_ID}.sparql" Within each scenario, queries are meant to be executed in order as they simulate sequential faceted browsing interactions. * 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/) * AnnotatedQuerySelection.json: A selection of queries covering all types of queries that will be used in the full evaluation run of the benchmark. Note that an individual scenario does not cover all features tested for. Further resources: * transportDatasetOntology.jpg: A depiction of the schema of the data in lc.ttl * td-ontology.ttl: The transport disruption ontology for informational purposes as it provides descriptions of the ontology terms; not used in the benchmark. The random seed used in the faceted browsing task generator to produce the queries was 123.