Click or drag to resize

SparqlQuery.NamedGraphs Property

Gets the Named Graph URIs for the Query.

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

Property Value

Type: IEnumerable<Uri>
See Also