Click or drag to resize

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
)

Parameters

validator
Type: System.Func<String, Boolean>
Function which determines whether IDs are valid or not.
See Also