public interface ShexValidator
-
Method Summary
Modifier and TypeMethodDescriptionstatic ShexValidatorget()Return the current system-wideShexValidator.static ShexValidatorgetNew(Collection<SemanticActionPlugin> semanticActionPlugins) validate(Graph graphData, ShexSchema shapes, Node shapeRef, Node focus) Validate a specific node (the focus), with a specific shape in a set of shapes.validate(Graph graph, ShexSchema shapes, ShapeMap shapeMap) Validate data using a collection of shapes and a shape mapvalidate(Graph dataGraph, ShexSchema shapes, ShapeMap shapeMap, Node dataNode) Validate a specific node using the shape map to determine which shapes to use.validate(Graph graphData, ShexSchema shapes, ShexShape shape, Node focus) Validate a specific node (the focus), against a shape.
-
Method Details
-
get
Return the current system-wideShexValidator. -
getNew
-
validate
Validate data using a collection of shapes and a shape map -
validate
Validate a specific node (the focus), with a specific shape in a set of shapes. -
validate
Validate a specific node (the focus), against a shape. -
validate
Validate a specific node using the shape map to determine which shapes to use.
-