Click or drag to resize

SparqlQueryParserContext.BlankNodeIDUsages Property

Gets the mapping of in use Blank Nodes IDs.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Dictionary<string, int> BlankNodeIDUsages { get; }

Property Value

Type: Dictionary<String, Int32>
See Also