INodeMapGeneratorGenerateNodeMap Method |
Applies the Node Map Generation algorithm to the specified input.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax JObject GenerateNodeMap(
JToken element,
IBlankNodeGenerator identifierGenerator = null
)
Function GenerateNodeMap (
element As JToken,
Optional identifierGenerator As IBlankNodeGenerator = Nothing
) As JObject
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:
JObjectThe generated node map dictionary as a JObject instance.
See Also