Click or drag to resize

WrapperTripleStoreItem 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: SystemUri
Graph URI.

Return Value

Type: IGraph

Implements

ITripleStoreItemUri
See Also