INodeMapGeneratorGenerateMergedNodeMap 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
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
SyntaxJObject GenerateMergedNodeMap(
	JObject graphMap
)
Function GenerateMergedNodeMap ( 
	graphMap As JObject
) As JObject
Parameters
- graphMap
 - Type: JObject
The input graph map to be merged. 
Return Value
Type: 
JObjectThe merged node map as a new object (the original node map is not modified).
See Also