Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegra…
Browse files Browse the repository at this point in the history
…te into develop
  • Loading branch information
Aklakan committed Sep 20, 2024
2 parents a5b1bb5 + 672066c commit 3ef8995
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 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
3 changes: 2 additions & 1 deletion docs/sparql-extensions/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: SPARQL Extensions
nav_order: 20
nav_order: 40
has_children: true
layout: default
---

Expand Down

0 comments on commit 3ef8995

Please sign in to comment.