From c2816f8aa01765ec6c98b890d7b63661b5d59e18 Mon Sep 17 00:00:00 2001 From: Enrico Daga Date: Mon, 6 Feb 2023 11:48:22 +0000 Subject: [PATCH] Update documentation #201 address https://github.com/SPARQL-Anything/sparql.anything/commit/4cbd42052bca59d2fd722080116a31db64ce6798#r98782216 about #333 --- docs/formats/JSON.md | 4 ++++ formats/JSON.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/formats/JSON.md b/docs/formats/JSON.md index 3fbec95c..1160bf27 100644 --- a/docs/formats/JSON.md +++ b/docs/formats/JSON.md @@ -193,6 +193,10 @@ bind(iri(concat(str(xyz:),?_organ)) as ?organ_slot) } } ``` +when invoked via the command line, as follows: +```bash +java -jar /app/sparql-anything-cli/target/sparql-anything-0.9.0-SNAPSHOT.jar -q 332.rq -values organ=Part01_002UTREJ +``` generates the following RDF: ```turtle @prefix fx: . diff --git a/formats/JSON.md b/formats/JSON.md index 3fbec95c..1160bf27 100644 --- a/formats/JSON.md +++ b/formats/JSON.md @@ -193,6 +193,10 @@ bind(iri(concat(str(xyz:),?_organ)) as ?organ_slot) } } ``` +when invoked via the command line, as follows: +```bash +java -jar /app/sparql-anything-cli/target/sparql-anything-0.9.0-SNAPSHOT.jar -q 332.rq -values organ=Part01_002UTREJ +``` generates the following RDF: ```turtle @prefix fx: .