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
)
Public Function Conforms (
dataGragh As IGraph
) As Boolean
Parameters
- dataGragh
- Type: VDS.RDFIGraph
The data graph to check for SHACL conformance.
Return Value
Type:
BooleanWhether the data graph SHACL conforms to this shapes graph.
See Also