Click or drag to resize

ITripleStore.Item Property

Gets a Graph from the Triple Store;.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IGraph this[
	Uri graphUri
] { get; }

Parameters

graphUri
Type: System.Uri
Graph URI.

Return Value

Type: IGraph
See Also