Uses of Class
org.apache.jena.shacl.Shapes
Packages that use Shapes
-
Uses of Shapes in org.apache.jena.shacl
Methods in org.apache.jena.shacl that return ShapesModifier and TypeMethodDescriptiondefault 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.static ShapesLoad the file, parse the graph and return the shapes.static ShapesLoad the file, parse the graph and return the shapes.static ShapesParse the graph and return the shapes connected to the targets.static ShapesParse the model and return the shapes.static ShapesShapes.parseTargets(Graph graph) Deprecated.Methods in org.apache.jena.shacl with parameters of type ShapesModifier 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 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 ValidationReportUpdate the graph.static ValidationReportGraphValidation.updateAndReport(Shapes shapes, Graph data, Runnable update) Update the graph.Produce a full validation report.Produce a full validation report for this node in the data. -
Uses of Shapes in org.apache.jena.shacl.validation
Methods in org.apache.jena.shacl.validation that return ShapesModifier and TypeMethodDescriptionParse the shapes from the graph and return a AST object that has all the shapes.Methods in org.apache.jena.shacl.validation with parameters of type ShapesModifier 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 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 ValidationReportValidationProc.plainValidation(Shapes shapes, Graph data) static ValidationReportValidationProc.plainValidationNode(Shapes shapes, Graph data, Node node) Produce a full validation report.Produce a full validation report for this node in the data.
parse(Graph).