Skip to content

Commit 54c447c

Browse files
authored
Update index.md
1 parent c108204 commit 54c447c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/rml/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ Note, that the generated SPARQL queries can be also be executed against the SPAR
1414

1515
### Conversion of RML files to SPARQL
1616

17-
```bash
18-
# Convert an RML file to a sequence of SPARQL queries:
19-
rpt rmltk rml to sparql mapping.rml.ttl > mapping.raw.rml.rq
17+
* Convert an RML file to a sequence of SPARQL queries using rmltk's `rml to sparql` command:
2018

21-
# Group and/or reorder SPARQL queries:
22-
rpt rmltk optimize workload mapping.raw.rml.rq --no-order > mapping.rml.rq
23-
```
19+
```bash
20+
rpt rmltk rml to sparql mapping.rml.ttl > mapping.raw.rml.rq
21+
```
22+
23+
* Group and/or reorder SPARQL queries using rmltk's `optimize workload` command:
24+
25+
```bash
26+
rpt rmltk optimize workload mapping.raw.rml.rq --no-order > mapping.rml.rq
27+
```
2428
2529
### Executing the mapping process
2630

0 commit comments

Comments
 (0)