Click or drag to resize

BaseTripleStoreHasGraph Method

Checks whether a Graph with the given Base Uri exists in the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Graph Uri.

Return Value

Type: Boolean
True if the Graph exists in the Triple Store.

Implements

ITripleStoreHasGraph(Uri)
See Also