| AbstractNativeConstraintExecutor |
|
| ClassesCache |
An object that is used to cache subclasses of all classes mentioned in sh:class statements,
for faster execution of sh:class checking, avoiding repeated traversal of the subClassOf hierarchy.
|
| ConstraintExecutors |
Singleton managing the available ValidationLanguage instances.
|
| DefaultShapesGraphProvider |
A singleton used by ResourceConstraintValidator (and thus the tosh:hasShape function)
to deliver a default shapes graph if none has been provided in the context.
|
| ExpressionConstraintExecutor |
Validator for sh:expression constraints, see https://w3c.github.io/shacl/shacl-af/#ExpressionConstraintComponent
|
| ResourceValidationReport |
A ValidationReport based on a sh:ValidationReport instance in an RDF graph.
|
| ResourceValidationResult |
A ValidationResult backed by an existing Resource.
|
| ValidationEngine |
A ValidationEngine uses a given shapes graph (represented via an instance of ShapesGraph)
and performs SHACL validation on a given Dataset.
|
| ValidationEngineConfiguration |
Configures the behavior of the validation engine.
|
| ValidationEngineFactory |
A singleton that can be used to produce new ValidationEngines.
|
| ValidationProfile |
Statistical data about execution time collected during validation.
|
| ValidationSuggestionGeneratorFactory |
A singleton object that can create ValidationSuggestionGenerators.
|
| ValidationUtil |
Convenience methods to perform SHACL validation.
|