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.ShaclValidator.parse(org.apache.jena.graph.Graph shapesGraph) 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 ShapesShapes.parse(org.apache.jena.graph.Graph graph) Parse the graph and return the shapes connected to the targets.static ShapesShapes.parse(org.apache.jena.rdf.model.Model model) Parse the model and return the shapes.static ShapesShapes.parseTargets(org.apache.jena.graph.Graph graph) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.jena.shacl with parameters of type ShapesModifier and TypeMethodDescriptionbooleanDoes the data conform to the shapes?booleanShaclValidator.conforms(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) Does the node within the data conform to the shapes?static ValidationReportUpdate the graph.static ValidationReportGraphValidation.updateAndReport(Shapes shapes, org.apache.jena.graph.Graph data, Runnable update) Update the graph.Produce a full validation report.ShaclValidator.validate(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) 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 TypeMethodDescriptionShaclPlainValidator.parse(org.apache.jena.graph.Graph shapesGraph) Parse 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?booleanShaclPlainValidator.conforms(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) Does the node within the data conform to the shapes?static ValidationReportValidationProc.plainValidation(Shapes shapes, org.apache.jena.graph.Graph data) static ValidationReportValidationProc.plainValidationNode(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) Produce a full validation report.ShaclPlainValidator.validate(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) Produce a full validation report for this node in the data.
parse(Graph).