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; }
Public ReadOnly Property BlankNodeIDUsages As Dictionary(Of String, Integer)
Get
Property Value
Type:
DictionaryString,
Int32See Also