Click or drag to resize

BaseGraphCollectionItem Property

Gets a Graph from the Collection.

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

Parameters

graphUri
Type: SystemUri
Graph Uri.

Return Value

Type: IGraph
Remarks
The null URI is used to reference the Default Graph.
See Also