- All Known Implementing Classes:
ShaclPlainValidator
public interface ShaclValidator
Public API for the SHACL Validation.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanDoes the data conform to the shapes? This operation only checks whether the data is conformant or not - it does not generate a complete report.booleanDoes the data conform to the shapes? This operation only checks whether the data is conformant or not - it does not generate a complete report.booleanDoes the node within the data conform to the shapes? This operation only checks the data is conformant or not - it does not generate a complete report.static ShaclValidatorget()Return the current system-wideShaclValidator.default ShapesParse the shapes from a file or URL return a AST object that has all the shapes.Parse the shapes from the graph and return a AST object that has all the shapes.default ValidationReportProduce a full validation report.default ValidationReportProduce a node-specific validation report.Produce a full validation report.Produce a full validation report for this node in the data.
-
Method Details
-
get
Return the current system-wideShaclValidator. -
parse
Parse the shapes from the graph and return a AST object that has all the shapes. -
parse
Parse the shapes from a file or URL return a AST object that has all the shapes. -
conforms
Does the data conform to the shapes? This operation only checks whether the data is conformant or not - it does not generate a complete report.- See Also:
-
conforms
Does the data conform to the shapes? This operation only checks whether the data is conformant or not - it does not generate a complete report.- See Also:
-
conforms
Does the node within the data conform to the shapes? This operation only checks the data is conformant or not - it does not generate a complete report.- See Also:
-
validate
Produce a full validation report. -
validate
Produce a full validation report for this node in the data. -
validate
Produce a full validation report. -
validate
Produce a node-specific validation report.
-