Skip to content

Commit

Permalink
Add links and clarify task names (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel authored May 10, 2024
1 parent 60791c6 commit 560b942
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
6 changes: 5 additions & 1 deletion tasks/flat-compression/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A benchmark task measuring the compression efficiency of flat RDF serializations

### Data

Flat distributions of any dataset in the `flat` category of RiverBench may be used for this task.
Flat distributions of any dataset in the [`flat` category](../../categories/flat/index.md) of RiverBench may be used for this task.

### Workload

Expand Down Expand Up @@ -33,3 +33,7 @@ There are no results with RiverBench available for this task yet.
- In the paper about the ERI format, such a benchmark can be found in Section 4.2. The "Compression Ratio" metric there refers to the ratio between the compressed data size and the reference data size, with N-Triples used as the reference.
- Fernández, J. D., Llaves, A., & Corcho, O. (2014). Efficient RDF interchange (ERI) format for RDF data streams. In The Semantic Web–ISWC 2014: 13th International Semantic Web Conference, Riva del Garda, Italy, October 19-23, 2014. Proceedings, Part II 13 (pp. 244-259). Springer International Publishing.
- https://doi.org/10.1007/978-3-319-11915-1_16

## See also

- Version of this task for grouped RDF streams: [`stream-compression`](../stream-compression/index.md)
2 changes: 1 addition & 1 deletion tasks/flat-compression/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
a rb:Task ;
dcterms:conformsTo <https://w3id.org/riverbench/schema/metadata> ;
dcterms:identifier "flat-compression" ;
dcterms:title "RDF compression"@en ;
dcterms:title "Flat RDF compression"@en ;
dcterms:description "A benchmark task measuring the compression efficiency of flat RDF serializations."@en ;

# Authors
Expand Down
7 changes: 6 additions & 1 deletion tasks/flat-deserialization-throughput/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A benchmark task measuring the throughput (in statements per second) of deserial

### Data

Flat distributions of any dataset in the `flat` category of RiverBench may be used for this task.
Flat distributions of any dataset in the [`flat` category](../../categories/flat/index.md) of RiverBench may be used for this task.

### Workload

Expand All @@ -29,3 +29,8 @@ There are no results with RiverBench available for this task yet.
- In the paper about the ERI format, a similar benchmark can be found in Section 4.3. The corresponding task in the paper is named "Decompression time" and measures the time taken to deserialize the entire sequence of triples.
- Fernández, J. D., Llaves, A., & Corcho, O. (2014). Efficient RDF interchange (ERI) format for RDF data streams. In The Semantic Web–ISWC 2014: 13th International Semantic Web Conference, Riva del Garda, Italy, October 19-23, 2014. Proceedings, Part II 13 (pp. 244-259). Springer International Publishing.
- https://doi.org/10.1007/978-3-319-11915-1_16

## See also

- Version of this task for grouped RDF streams: [`stream-deserialization-throughput`](../stream-deserialization-throughput/index.md)
- The inverse task: [`flat-serialization-throughput`](../flat-serialization-throughput/index.md)
2 changes: 1 addition & 1 deletion tasks/flat-deserialization-throughput/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
a rb:Task ;
dcterms:conformsTo <https://w3id.org/riverbench/schema/metadata> ;
dcterms:identifier "flat-deserialization-throughput" ;
dcterms:title "Deserialization throughput"@en ;
dcterms:title "Flat RDF deserialization throughput"@en ;
dcterms:description "A benchmark task measuring the throughput (in statements per second) of deserializing a byte stream into a flat sequence of RDF triples or RDF quads."@en ;

# Authors
Expand Down
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 @@ -4,7 +4,7 @@ A benchmark task measuring the time taken and resources used by RDF stores when

### Data

Flat distributions of any dataset in the `flat` category of RiverBench may be used for this task.
Flat distributions of any dataset in the [`flat` category](../../categories/flat/index.md) of RiverBench may be used for this task.

### Workload

Expand Down
7 changes: 6 additions & 1 deletion tasks/flat-serialization-throughput/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A benchmark task measuring the throughput (in statements per second) of serializ

### Data

Flat distributions of any dataset in the `flat` category of RiverBench may be used for this task.
Flat distributions of any dataset in the [`flat` category](../../categories/flat/index.md) of RiverBench may be used for this task.

### Workload

Expand All @@ -29,3 +29,8 @@ There are no results with RiverBench available for this task yet.
- In the paper about the ERI format, a similar benchmark can be found in Section 4.3. The corresponding task in the paper is named "Compression time" and measures the time taken to serialize the entire sequence of triples.
- Fernández, J. D., Llaves, A., & Corcho, O. (2014). Efficient RDF interchange (ERI) format for RDF data streams. In The Semantic Web–ISWC 2014: 13th International Semantic Web Conference, Riva del Garda, Italy, October 19-23, 2014. Proceedings, Part II 13 (pp. 244-259). Springer International Publishing.
- https://doi.org/10.1007/978-3-319-11915-1_16

## See also

- Version of this task for grouped RDF streams: [`stream-serialization-throughput`](../stream-serialization-throughput/index.md)
- The inverse task: [`flat-deserialization-throughput`](../flat-deserialization-throughput/index.md)
2 changes: 1 addition & 1 deletion tasks/flat-serialization-throughput/metadata.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
a rb:Task ;
dcterms:conformsTo <https://w3id.org/riverbench/schema/metadata> ;
dcterms:identifier "flat-serialization-throughput" ;
dcterms:title "Serialization throughput"@en ;
dcterms:title "Flat RDF serialization throughput"@en ;
dcterms:description "A benchmark task measuring the throughput (in statements per second) of serializing a flat sequence of RDF triples or RDF quads."@en ;

# Authors
Expand Down

0 comments on commit 560b942

Please sign in to comment.