Click or drag to resize

IRemoteContextProviderGetRemoteContext Method

Retrieve a JSON-LD context document from the specified URL.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
JsonLdRemoteContext GetRemoteContext(
	Uri reference
)

Parameters

reference
Type: SystemUri
The location of the remote context to be retrieved.

Return Value

Type: JsonLdRemoteContext

[Missing <returns> documentation for "M:VDS.RDF.JsonLd.IRemoteContextProvider.GetRemoteContext(System.Uri)"]

See Also