Click or drag to resize

IBlankNodeGenerator Interface

Interface for a blank node identifier generator that generates a unique blank node identifier for a given input identifier.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IBlankNodeGenerator

The IBlankNodeGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerateBlankNodeIdentifier
Return a unique blank node identifier for the specified input identifier.
Top
See Also