Click or drag to resize

BaseBlankNodeInternalID Property

Returns the Internal Blank Node ID this Node has in the Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string InternalID { get; }

Property Value

Type: String

Implements

IBlankNodeInternalID
Remarks
Usually automatically assigned and of the form autosXXX where XXX is some number. If an RDF document contains a Blank Node ID of this form that clashes with an existing auto-assigned ID it will be automatically remapped by the Graph using the BlankNodeMapper when it is created.
See Also