BlankNodeGenerator Constructor |
Create a new generator instance.
Namespace:
VDS.RDF.JsonLd.Processors
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BlankNodeGenerator(
string counterPrefix = "b"
)
Public Sub New (
Optional counterPrefix As String = "b"
)
Parameters
- counterPrefix (Optional)
- Type: SystemString
The value to insert before the counter part of the generated blank node identifier. Must be a non-empty string.
See Also