Click or drag to resize

SubQueryPatternHasNoBlankVariables Property

Returns true as while a sub-query may contain blank node variables they will not be in scope here.

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

Property Value

Type: Boolean

Implements

ITriplePatternHasNoBlankVariables
ITriplePatternHasNoBlankVariables
See Also