Click or drag to resize

INodeMapGenerator Interface

Interface for the JSON-LD node map generator.

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

The INodeMapGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerateMergedNodeMap
Creates a new node map object by merging the graph-level node maps contained in the input graph map object.
Public methodGenerateNodeMap
Applies the Node Map Generation algorithm to the specified input.
Top
See Also