marimeireles / shacl-play

SHACL validator and SHACL documentation generator and SHACL generator fro RDF.

Home Page:http://shacl-play.sparna.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SHACL validator and SHACL documentation generator and SHACL generator fro RDF.

http://shacl-play.sparna.fr

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 35.8%Language:Java 31.0%Language:CSS 19.3%Language:SCSS 8.2%Language:HTML 3.7%Language:XSLT 1.6%Language:Twig 0.3%Language:Shell 0.0%Language:Dockerfile 0.0%