- All Known Implementing Classes:
ShaclPlainValidator
public interface ShaclValidator
Public API for the SHACL Validation.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
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.boolean
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.boolean
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.static ShaclValidator
get()
Return the current system-wideShaclValidator
.default Shapes
Parse 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 ValidationReport
Produce a full validation report.default ValidationReport
Produce 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.
-