Click or drag to resize

ShapesGraphValidate Method

Checks the given data graph against this shapes graph for SHACL conformance and reports validation results.

Namespace:  VDS.RDF.Shacl
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Report Validate(
	IGraph dataGragh
)

Parameters

dataGragh
Type: VDS.RDFIGraph
The data graph to check for SHACL conformance.

Return Value

Type: Report
A SHACL validation report containing possible validation results.
See Also