Click or drag to resize

BaseQuadDatasetGraphUris 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: IEnumerableUri

Implements

ISparqlDatasetGraphUris
See Also