There was an error while loading. Please reload this page.
1 parent 6b7efcb commit 4412bd0Copy full SHA for 4412bd0
1 file changed
docs/sparql-extensions/macros.md
@@ -40,7 +40,7 @@ eg:greet
40
Macros are specified using the `--macro` option and can be used throughout the system, i.e. the CLI arguments, and the SPARQL and GraphQL endpoints.
41
42
```bash
43
-rpt integrate --macro macros.ttl `SELECT (eg:greet('John Doe') AS ?x) {}` --out-format txt
+rpt integrate --macro macros.ttl 'SELECT (eg:greet("John Doe") AS ?x) {}' --out-format txt
44
```
45
46
0 commit comments