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; }
Public ReadOnly Property InternalID As String
Get
Property Value
Type:
StringImplements
IBlankNodeInternalIDRemarks
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