Skip to content

SHACL Validator v1.0.0 - Initial Release

Latest

Choose a tag to compare

@Daham-Mustaf Daham-Mustaf released this 14 Jun 14:58
· 2 commits to main since this release
9d5184e

SHACL Validator v1.0.0

Features

  • RDF data validation using SHACL (Shapes Constraint Language)
  • Apache Jena integration for RDF processing
  • Dockerized deployment for easy setup
  • Automatic report generation in Turtle format
  • Support for both conforming and non-conforming validation reports

What's Included

  • Java application for SHACL validation
  • Docker container support
  • Configuration through properties file
  • Sample test data and shapes
  • Comprehensive documentation

Usage

Run with Docker:

docker build -t shacl-validator .
docker run -it --rm shacl-validator