Wraps a graph with SHACL validation report data.
            
 
    Namespace: 
   VDS.RDF.Shacl.Validation
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static Report Parse(
	IGraph g
)
Public Shared Function Parse ( 
	g As IGraph
) As Report
Parameters
- g
 - Type: VDS.RDFIGraph
The graph containing SHACL validation report statements. 
Return Value
Type: 
ReportA report representing the SHACL validation report in the erapped graph.
See Also