Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan authored Sep 20, 2024
1 parent c108204 commit 54c447c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/rml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c447c

Please sign in to comment.