Skip to content

Commit 3ef8995

Browse files
committed
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegrate into develop
2 parents a5b1bb5 + 672066c commit 3ef8995

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
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

docs/sparql-extensions/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: SPARQL Extensions
3-
nav_order: 20
3+
nav_order: 40
4+
has_children: true
45
layout: default
56
---
67

0 commit comments

Comments
 (0)