Click or drag to resize

GraphFactoryItem Property

Gets a Graph Reference for the given Graph URI.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph
See Also