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; }
Public Property CheckBlankNodeScope As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If false then only name tracking will be done to prevent auto-generated IDs colliding with user allocated IDs.
See Also