Click or drag to resize

SparqlResultIsGroundResult Property

Gets whether a Result is a Ground Result.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IsGroundResult { get; }

Property Value

Type: Boolean
Remarks
A Ground Result is a result which is considered to be a fixed fact. In practise this means it contains no Blank Nodes.
See Also