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
)
Public Function HasGraph (
graphUri As Uri
) As Boolean
Parameters
- graphUri
- Type: SystemUri
Graph Uri.
Return Value
Type:
BooleanTrue if the Graph exists in the Triple Store.
Implements
ITripleStoreHasGraph(Uri)See Also