Click or drag to resize

SparqlQuery.DefaultGraphs Property

Gets the Default Graph URIs for the Query.

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

Property Value

Type: IEnumerable<Uri>
See Also