Click or drag to resize

ShapesGraphConforms Method

Checks the given data graph against this shapes graph for SHACL conformance.

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

Parameters

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

Return Value

Type: Boolean
Whether the data graph SHACL conforms to this shapes graph.
See Also