BlankNodeOutputMapper Constructor |
Creates a new Blank Node ID mapper.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BlankNodeOutputMapper(
Func<string, bool> validator
)
Public Sub New (
validator As Func(Of String, Boolean)
)
Parameters
- validator
- Type: SystemFuncString, Boolean
Function which determines whether IDs are valid or not.
See Also