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
)
Public Shared Function Expand (
contextUrl As Uri,
Optional options As JsonLdProcessorOptions = Nothing
) As JArray
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:
JArrayThe expanded JSON-LD context.
See Also