From 54c447ca214e3ac319899909d8bbe469d5deee22 Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Fri, 20 Sep 2024 05:16:08 +0200 Subject: [PATCH 1/2] Update index.md --- docs/rml/index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/rml/index.md b/docs/rml/index.md index f23951f..01f9e20 100644 --- a/docs/rml/index.md +++ b/docs/rml/index.md @@ -14,13 +14,17 @@ Note, that the generated SPARQL queries can be also be executed against the SPAR ### Conversion of RML files to SPARQL -```bash -# Convert an RML file to a sequence of SPARQL queries: -rpt rmltk rml to sparql mapping.rml.ttl > mapping.raw.rml.rq +* Convert an RML file to a sequence of SPARQL queries using rmltk's `rml to sparql` command: -# Group and/or reorder SPARQL queries: -rpt rmltk optimize workload mapping.raw.rml.rq --no-order > mapping.rml.rq -``` + ```bash + rpt rmltk rml to sparql mapping.rml.ttl > mapping.raw.rml.rq + ``` + +* Group and/or reorder SPARQL queries using rmltk's `optimize workload` command: + + ```bash + rpt rmltk optimize workload mapping.raw.rml.rq --no-order > mapping.rml.rq + ``` ### Executing the mapping process From 672066cac8514508cf472cd2357209537632a60e Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Fri, 20 Sep 2024 05:20:03 +0200 Subject: [PATCH 2/2] Update index.md --- docs/sparql-extensions/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sparql-extensions/index.md b/docs/sparql-extensions/index.md index f6b1ceb..cbc5230 100644 --- a/docs/sparql-extensions/index.md +++ b/docs/sparql-extensions/index.md @@ -1,6 +1,7 @@ --- title: SPARQL Extensions -nav_order: 20 +nav_order: 40 +has_children: true layout: default ---