Click or drag to resize

ShapesGraph Constructor

Initializes a new instance of the ShapesGraph class.

Namespace:  VDS.RDF.Shacl
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ShapesGraph(
	IGraph shapesGraph
)

Parameters

shapesGraph
Type: VDS.RDFIGraph
The original graph containing SHACL shapes.
See Also