SparqlQuery.DefaultGraphs Property |
Gets the Default Graph URIs for the Query.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<Uri> DefaultGraphs { get; }
Public ReadOnly Property DefaultGraphs As IEnumerable(Of Uri)
Get
Property Value
Type:
IEnumerable<Uri>
See Also