TripleIsGroundTriple Property |
Gets whether the Triple is a Ground Triple.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool IsGroundTriple { get; }
Public ReadOnly Property IsGroundTriple As Boolean
Get
Property Value
Type:
BooleanRemarks
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