Module shacl_processor

Source
Expand description

The SHACL processor implementation, used for validating a data graph against a shapes graph and obtaining a Validation Report as a result.

Structs§

EndpointValidation
The Endpoint Graph Validation algorithm.
GraphValidation
The In-Memory Graph Validation algorithm.
RdfDataValidation

Enums§

ShaclValidationMode
Backend used for the validation.

Traits§

ShaclProcessor
The basic operations of the SHACL Processor.