From a79347714e8eef7d60c88061ac4efecd801e798b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20K=C5=99emen?= Date: Tue, 14 Jan 2025 11:59:30 +0100 Subject: [PATCH] doc: bump version to 1.0.2 --- docs/shaclviz/example-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shaclviz/example-usage.md b/docs/shaclviz/example-usage.md index 06d6f7a..a3f65b6 100644 --- a/docs/shaclviz/example-usage.md +++ b/docs/shaclviz/example-usage.md @@ -6,7 +6,7 @@ sidebar_position: 2 - Download the SHACL Viz executable JAR: ```bash -curl -o shaclviz.jar https://repo1.maven.org/maven2/zone/cogni/semanticz/semanticz-shaclviz/1.0.1/semanticz-shaclviz-1.0.1-executable.jar +curl -o shaclviz.jar https://repo1.maven.org/maven2/zone/cogni/semanticz/semanticz-shaclviz/1.0.2/semanticz-shaclviz-1.0.2-executable.jar ``` - The following command (run using Java 17+) creates the diagram of the [ACQF data model](https://data.acqf-qcp.africa/) (for up-to-date version check the website) preconfiguring [classes to be visualised as fields](./acqf-field-query.rq): @@ -21,4 +21,4 @@ java -jar shaclviz.jar acqf-exchange-model.ttl acqf-exchange-model-full.puml ``` ![acqf-exchange-model-full.svg](acqf-exchange-model-full.svg) -- full syntax can be checked by running `java -jar shaclviz.jar` and more examples can be found [here](https://github.com/cognizone/semanticz-shaclviz). \ No newline at end of file +- full syntax can be checked by running `java -jar shaclviz.jar` and more examples can be found [here](https://github.com/cognizone/semanticz-shaclviz).