Click or drag to resize

WrapperDataset.Item Property

Gets a Graph from the dataset.

Namespace:  VDS.RDF.Query.Datasets
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

ISparqlDataset.Item[Uri]
See Also