Skip to content

Commit

Permalink
Add links to more examples of RDF stores (#6)
Browse files Browse the repository at this point in the history
Commit author: https://github.com/TallTed

Original PR: RiverBench/riverbench.github.io#8

Moved here as this is the source repository for task specification.
  • Loading branch information
Ostrzyciel authored Aug 14, 2024
1 parent 2bdb0ca commit 539ff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/flat-rdf-store-loading/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Flat distributions of any dataset in the [`flat` category](../../categories/flat

### Workload

In this task, an RDF store is set up (for example, [Apache Jena TDB2](https://jena.apache.org/documentation/tdb2/index.html) or Virtuoso) and then instructed to load a flat file containing RDF statements (triples or quads).
In this task, an RDF store is set up (for example, [Apache Jena TDB2](https://jena.apache.org/documentation/tdb2/index.html), [OpenLink Virtuoso Open Source v7.x](https://github.com/openlink/virtuoso-opensource/), or [RDF4J's NativeStore](https://rdf4j.org/documentation/programming/repository/)) and then loaded with a flat dump of RDF statements (triples or quads).

- When comparing multiple RDF stores, identical input data (serialized in the same format) should be used for all stores.
- The benchmark includes the time taken to deserialize the input data and insert the resulting RDF statements into the store, considering the entire process and the impact of the underlying I/O.
Expand Down

0 comments on commit 539ff55

Please sign in to comment.