Click or drag to resize

SparqlQueryParserContextCheckBlankNodeScope Property

Gets/Sets whether Blank Node scoping must be checked.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool CheckBlankNodeScope { get; set; }

Property Value

Type: Boolean
Remarks
If false then only name tracking will be done to prevent auto-generated IDs colliding with user allocated IDs.
See Also