From 539ff55cedb57d71d984f9a8dce46bec16c529d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Sowi=C5=84ski?= Date: Wed, 14 Aug 2024 21:40:31 +0200 Subject: [PATCH] Add links to more examples of RDF stores (#6) Commit author: https://github.com/TallTed Original PR: https://github.com/RiverBench/riverbench.github.io/pull/8 Moved here as this is the source repository for task specification. --- tasks/flat-rdf-store-loading/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/flat-rdf-store-loading/index.md b/tasks/flat-rdf-store-loading/index.md index a3a536b..99ebdd4 100644 --- a/tasks/flat-rdf-store-loading/index.md +++ b/tasks/flat-rdf-store-loading/index.md @@ -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.