Class JsonLdRemoteContext
Represents a JSON-LD context loaded from a remote document.
Inherited Members
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRdf.dll
Syntax
public class JsonLdRemoteContext
Properties
| Edit this page View SourceContext
Get the context value as a JSON representation.
Declaration
public JToken Context { get; }
Property Value
Type | Description |
---|---|
JToken |
DocumentUrl
Get the document URL of the context document.
Declaration
public Uri DocumentUrl { get; }
Property Value
Type | Description |
---|---|
Uri |