SparqlUpdateParserContextDataBNodes Property |
Gets the set of BNodes used in INSERT DATA commands so far.
Namespace:
VDS.RDF.Parsing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public HashSet<string> DataBNodes { get; }
Public ReadOnly Property DataBNodes As HashSet(Of String)
Get
Property Value
Type:
HashSetStringSee Also