Skip to main content

Example Usage

  • Download the SHACL Viz 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
java -jar shaclviz.jar acqf-exchange-model.ttl acqf-exchange-model.puml --fieldQuery=acqf-field-query.rq

acqf-exchange-model.svg

  • To see how the diagram looks like with the default field selection, run:
java -jar shaclviz.jar acqf-exchange-model.ttl acqf-exchange-model-full.puml

acqf-exchange-model-full.svg

  • full syntax can be checked by running java -jar shaclviz.jar and more examples can be found here.