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 Shapes
Parse 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 Shapes
Load the file, parse the graph and return the shapes.static Shapes
Load the file, parse the graph and return the shapes.static Shapes
Shapes.parse
(org.apache.jena.graph.Graph graph) Parse the graph and return the shapes connected to the targets.static Shapes
Shapes.parse
(org.apache.jena.rdf.model.Model model) Parse the model and return the shapes.static Shapes
Shapes.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 TypeMethodDescriptionboolean
Does the data conform to the shapes?boolean
ShaclValidator.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 ValidationReport
Update the graph.static ValidationReport
GraphValidation.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 TypeMethodDescriptionboolean
Does the data conform to the shapes?boolean
ShaclPlainValidator.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 ValidationReport
ValidationProc.plainValidation
(Shapes shapes, org.apache.jena.graph.Graph data) static ValidationReport
ValidationProc.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)
.