Click or drag to resize

JsonLdProcessor.Expand Method (Uri, JsonLdProcessorOptions)

Apply the JSON-LD context expansion algorithm to the context found at the specified URL.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static JArray Expand(
	Uri contextUrl,
	JsonLdProcessorOptions options = null
)

Parameters

contextUrl
Type: System.Uri
The URL to load the source context from.
options (Optional)
Type: VDS.RDF.JsonLd.JsonLdProcessorOptions
Options to apply during the expansion processing.

Return Value

Type: JArray
The expanded JSON-LD context.
See Also