Skip to content

Commit 5b62e32

Browse files
committed
Merge branch 'develop' of github.com:SmartDataAnalytics/SparqlIntegrate into develop
2 parents b6595af + fc861ae commit 5b62e32

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/getting-started/build.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ EXTRA_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED \
7777
SCRIPTING_OPTS="-Djena:scripting=true -Dnashorn.args=--language=es6"
7878

7979
java $SCRIPTING_OPTS $JAVA_OPTS -jar rpt-jar-with-dependencies.jar "$MAIN_CLASS" "$@"
80-
8180
```
8281

82+
The options as a one-liner for copy paste:
83+
84+
```bash
85+
--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.cs=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED
86+
```

docs/sparql-extensions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ layout: default
88
# SPARQL Extensions
99
RPT's SPARQL extensions are provided by our unofficial Jena eXtensions project called [JenaX](https://scaseco.github.io/jenax/).
1010

11-
* The section [RDF/SPARQL Processing - Examples](examples/README.html) demonstrates both the usage of the `integrate` command as well as various SPARQL extenions.
12-
* Additional extensions are detailed at our [JenaX ARQ Plugins documentation](https://scaseco.github.io/jenax/jenax-arq-parent/jenax-arq-plugins-parent/README.html).
11+
* The section [RDF/SPARQL Processing - Examples](../examples) demonstrates both the usage of the `integrate` command as well as various SPARQL extenions.
12+
* The extensions can be used standalone, such as with Jena Java projects, or as plugins for a Fuseki server. For more information, see the [JenaX ARQ Plugins documentation](https://scaseco.github.io/jenax/jenax-arq-parent/jenax-arq-plugins-parent/README.html).
1313

docs/sparql-extensions/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The object needs to be an `rdf:List`, where:
1919

2020
The following example defines a custom `eg:greet` function that returns `Hello X!` for an argument `X`.
2121

22-
```ttl
22+
```turtle
2323
# macros.ttl
2424
PREFIX udf: <https://w3id.org/aksw/norse#udf.>
2525
PREFIX sh: <http://www.w3.org/ns/shacl#>

0 commit comments

Comments
 (0)