Click or drag to resize

IRemoteContextProvider Interface

Interface to be implemented by classes responsible for retrieving remote JSON-LD context documents.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IRemoteContextProvider

The IRemoteContextProvider type exposes the following members.

Methods
  NameDescription
Public methodGetRemoteContext
Retrieve a JSON-LD context document from the specified URL.
Top
See Also