Interface IRemoteContextProvider
Interface to be implemented by classes responsible for retrieving remote JSON-LD context documents.
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public interface IRemoteContextProvider
Methods
| Improve this Doc View SourceGetRemoteContext(Uri)
Retrieve a JSON-LD context document from the specified URL.
Declaration
JsonLdRemoteContext GetRemoteContext(Uri reference)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | reference | The location of the remote context to be retrieved. |
Returns
Type | Description |
---|---|
JsonLdRemoteContext |