RiverBench / RiverBench

Main repository of the Open RDF Streaming Benchmark Suite
https://w3id.org/riverbench
Apache License 2.0
12 stars 1 forks source link

Allow flat-only datasets (without split into elements) #129

Open Ostrzyciel opened 1 month ago

Ostrzyciel commented 1 month ago

Currently RiverBench only includes datasets that can be viewed as a sequence of RDF graphs or RDF datasets (grouped RDF streams). This is because I first and foremost wanted to focus on the most lacking benchmarks, and grouped RDF streams were just that.

However, every dataset in RiverBench can be viewed as a flat RDF stream (sequence of triples or quads). We could theoretically allow submitting also flat-only datasets that cannot be split into elements, which would broaden the set of tasks to which RiverBench is applicable.

This would require changes in a few places:

Ostrzyciel commented 1 month ago

This is a low-priority feature for now... if someone is interested in this being implemented, let me know.