RemoteContextProvider.GetRemoteContext Method |
Retrieve a JSON-LD context document from the specified URL.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic JsonLdRemoteContext GetRemoteContext(
Uri reference
)
Public Function GetRemoteContext (
reference As Uri
) As JsonLdRemoteContext
Parameters
- reference
- Type: System.Uri
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
IRemoteContextProvider.GetRemoteContext(Uri)
See Also