Click or drag to resize

TripleIsGroundTriple Property

Gets whether the Triple is a Ground Triple.

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

Property Value

Type: Boolean
Remarks

A Ground Triple is any Triple considered to state a single fixed fact. In practise this means that the Triple does not contain any Blank Nodes.

See Also