Click or drag to resize

SparqlQueryParserContextBlankNodeIDUsages 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: DictionaryString, Int32
See Also