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: 
Syntaxpublic Report Validate(
	IGraph dataGragh
)
Public Function Validate ( 
	dataGragh As IGraph
) As Report
Parameters
- dataGragh
 - Type: VDS.RDFIGraph
The data graph to check for SHACL conformance. 
Return Value
Type: 
ReportA SHACL validation report containing possible validation results.
See Also