Click or drag to resize

RemoteContextProviderGetRemoteContext Method

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

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public 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.RemoteContextProvider.GetRemoteContext(System.Uri)"]

Implements

IRemoteContextProviderGetRemoteContext(Uri)
See Also