Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 768 Bytes

Discovery service for SHACL shapes

Example implementation of a discovery service for SHACL shapes/shape groups. It is written in PHP and based on Silex and Twig. The RDF part is implemented using Saft.

Contributions welcome

If you want to participate, just fork this repository! Or open an issue here. Or send a mail at [email protected].

Run docker container

We provide a docker container, which contains the runtime environment.

Build:

make build

Run:

make

Afterwards, the website should be reachable using http://localhost:7000/web.

License

MIT