Class JsonLdRemoteContext
Represents a JSON-LD context loaded from a remote document.
Inheritance
System.Object
JsonLdRemoteContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.JsonLd
Assembly: dotNetRDF.dll
Syntax
public class JsonLdRemoteContext
Properties
| Improve this Doc View SourceContext
Get the context value as a JSON representation.
Declaration
public JToken Context { get; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JToken |
DocumentUrl
Get the document URL of the context document.
Declaration
public Uri DocumentUrl { get; }
Property Value
Type | Description |
---|---|
System.Uri |