Click or drag to resize

WrapperDataset.GraphUris Property

Gets the URIs of Graphs in the dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IEnumerable<Uri> GraphUris { get; }

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlDataset.GraphUris
See Also