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
Public Interface IRemoteContextProvider
The IRemoteContextProvider type exposes the following members.
Methods
| Name | Description |
---|
| GetRemoteContext |
Retrieve a JSON-LD context document from the specified URL.
|
TopSee Also