Click or drag to resize

JsonLdProcessorExpand 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: SystemUri
The URL to load the source context from.
options (Optional)
Type: VDS.RDF.JsonLdJsonLdProcessorOptions
Options to apply during the expansion processing.

Return Value

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