SparqlQueryParserContext.BlankNodeIDUsages Property |
Gets the mapping of in use Blank Nodes IDs.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic Dictionary<string, int> BlankNodeIDUsages { get; }
Public ReadOnly Property BlankNodeIDUsages As Dictionary(Of String, Integer)
Get
Property Value
Type:
Dictionary<String,
Int32>
See Also