Click or drag to resize

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; }

Property Value

Type: HashSetString
See Also