BlankNodeMapperCheckID Method |
Checks that an ID can be used as a Blank Node ID remapping it to another ID if necessary.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void CheckID(
ref string id
)
Public Sub CheckID (
ByRef id As String
)
Parameters
- id
- Type: SystemString
ID to be checked.
Remarks
If the ID is not known it is added to the ID maps. If the ID is known but is user-assigned then this can be used fine. If the ID is known and was auto-assigned then it has to be remapped to a different ID.
See Also