Click or drag to resize

BaseTransactionalQuadDatasetItem Property

Gets a Graph from the dataset.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Return Value

Type: IGraph

Implements

ISparqlDatasetItemUri
See Also