Click or drag to resize

NodeMapGeneratorGenerateMergedNodeMap Method

Creates a new node map object by merging the graph-level node maps contained in the input graph map object.

Namespace:  VDS.RDF.JsonLd.Processors
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JObject GenerateMergedNodeMap(
	JObject graphMap
)

Parameters

graphMap
Type: JObject
The input graph map to be merged.

Return Value

Type: JObject
The merged node map as a new object (the original node map is not modified).

Implements

INodeMapGeneratorGenerateMergedNodeMap(JObject)
See Also