Click or drag to resize

WrapperTripleStore.Item Property

Gets a Graph from the store.

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

Parameters

graphUri
Type: System.Uri
Graph URI.

Return Value

Type: IGraph

Implements

ITripleStore.Item[Uri]
See Also