java.lang.Object
org.apache.jena.shacl.validation.ShaclPlainValidator
- All Implemented Interfaces:
ShaclValidator
A basic implementation of SHACL Validator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDoes 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.Parse the shapes from the graph and return a AST object that has all the shapes.Produce a full validation report.Produce a full validation report.Produce a full validation report for this node in the data.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.shacl.ShaclValidator
parse, validate
-
Constructor Details
-
ShaclPlainValidator
public ShaclPlainValidator()
-
-
Method Details
-
parse
Parse the shapes from the graph and return a AST object that has all the shapes.- Specified by:
parsein interfaceShaclValidator
-
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.- Specified by:
conformsin interfaceShaclValidator- 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.- Specified by:
conformsin interfaceShaclValidator- 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.- Specified by:
conformsin interfaceShaclValidator- See Also:
-
validate
Produce a full validation report.- Specified by:
validatein interfaceShaclValidator
-
validate
Produce a full validation report for this node in the data.- Specified by:
validatein interfaceShaclValidator
-
validate
Produce a full validation report.- Specified by:
validatein interfaceShaclValidator
-