Click or drag to resize

NodeMapGeneratorGenerateNodeMap Method

Applies the Node Map Generation algorithm to the specified input.

Namespace:  VDS.RDF.JsonLd.Processors
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JObject GenerateNodeMap(
	JToken element,
	IBlankNodeGenerator identifierGenerator = null
)

Parameters

element
Type: JToken
The element to be processed.
identifierGenerator (Optional)
Type: VDS.RDF.JsonLdIBlankNodeGenerator
The identifier generator instance to use when creating new blank node identifiers. Defaults to a new instance of BlankNodeGenerator.

Return Value

Type: JObject
The generated node map dictionary as a JObject instance.

Implements

INodeMapGeneratorGenerateNodeMap(JToken, IBlankNodeGenerator)
See Also