ShExValidator
es.weso.shex.validator.ShExValidator
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Abstract methods
def validateNodeShape(rdf: RDFReader, node: RDFNode, shape: ShapeLabel, options: ValidationOptions): IO[ResultShapeMap]
Validate a node against a specific shape
Validate a node against a specific shape
Attributes
- Returns:
resulting shape map
def validateNodeStart(rdf: RDFReader, node: RDFNode, options: ValidationOptions): IO[ResultShapeMap]
Validate node against Start shape in a Schema
Validate node against Start shape in a Schema
Attributes
- node
node to validate
- rdf
rdf data
- Returns:
resulting shape map
def validateShapeMap(rdf: RDFReader, shapeMap: ShapeMap, options: ValidationOptions): IO[ResultShapeMap]
Validate rdf agains a shape map
Validate rdf agains a shape map
Attributes
- options
validation options
- rdf
input rdf data
- shapeMap
input shape map
- Returns:
resulting shape map