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; }
Public ReadOnly Property IsGroundResult As Boolean
Get
Property Value
Type:
BooleanRemarks
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