Class JsonLdRemoteContext
Represents a JSON-LD context loaded from a remote document.
Inheritance
System.Object
JsonLdRemoteContext
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |