Click or drag to resize

ReportParse Method

Wraps a graph with SHACL validation report data.

Namespace:  VDS.RDF.Shacl.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Report Parse(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
The graph containing SHACL validation report statements.

Return Value

Type: Report
A report representing the SHACL validation report in the erapped graph.
See Also