/shacl-play

SHACL validation UI, SHACL documentation generator, SHACL generator from RDF.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

Deploy SHACL-Play

SHACL Play!

SHACL validator and printer live at https://shacl-play.sparna.fr

Running the application.

With Docker

The following docker commands should be sufficient to get you started. First, build the image with:

docker build -t shacl-play:latest ./

Then, start the application on port 8080 with:

docker run -p 8080:8080 shacl-play:latest

Refer to docker documentation for advanced configuration.