Skip to content

Commit

Permalink
doc: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo authored Jan 14, 2025
1 parent 0fd3b1b commit a793477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shaclviz/example-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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).
- full syntax can be checked by running `java -jar shaclviz.jar` and more examples can be found [here](https://github.com/cognizone/semanticz-shaclviz).

0 comments on commit a793477

Please sign in to comment.