Click or drag to resize

BaseQuadDataset.GraphUris Property

Gets the URIs of the graphs in the dataset.

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

Property Value

Type: IEnumerable<Uri>

Implements

ISparqlDataset.GraphUris
See Also