From da48bbe9fa229d97fb83e2b21830ddacab6e4d4f Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Thu, 19 Sep 2024 14:43:43 +0200 Subject: [PATCH] Update index.md --- docs/rml/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rml/index.md b/docs/rml/index.md index 6aee026..f23951f 100644 --- a/docs/rml/index.md +++ b/docs/rml/index.md @@ -7,7 +7,7 @@ layout: default # Knowledge Graph Construction with (R2)RML -RPT can translate RML and R2RML to SPARQL that can be run either with the [`integrate`](integrate) (single-threaded) or the [`sansa query`](sansa) (multi-threaded) commands. +RPT can translate RML and R2RML to SPARQL that can be run either with the [`integrate`](../integrate) (single-threaded) or the [`sansa query`](../sansa/query) (multi-threaded) commands. Note, that the generated SPARQL queries can be also be executed against the SPARQL endpoint launched by `rpt integrate --server`. This can be used to test and inspect individual SPARQL queries and the corresponding (R2)RML mappings. ## Basic Usage