Class JsonLdKeywords
Defines the keywords and categories of keywords that are valid in JSON-LD 1.1.
Inheritance
System.Object
JsonLdKeywords
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.Syntax
Assembly: dotNetRdf.dll
Syntax
public static class JsonLdKeywords
Fields
| Improve this Doc View SourceCoreKeywords
The list of JSON-LD keywords defined by the API and Processing specification.
Declaration
public static readonly string[] CoreKeywords
Field Value
Type | Description |
---|---|
string[] |
FramingKeywords
The list of JSON-LD keywords added by the Framing specification.
Declaration
public static readonly string[] FramingKeywords
Field Value
Type | Description |
---|---|
string[] |
GraphObjectKeys
Keywords that are valid properties of a graph object.
Declaration
public static readonly string[] GraphObjectKeys
Field Value
Type | Description |
---|---|
string[] |
JsonLdContextKeywords
Keywords that are valid top-level properties of a context object.
Declaration
public static readonly string[] JsonLdContextKeywords
Field Value
Type | Description |
---|---|
string[] |
TermDefinitionKeys
Keywords that are valid in a term definition.
Declaration
public static readonly string[] TermDefinitionKeys
Field Value
Type | Description |
---|---|
string[] |
ValueObjectKeys
Keywords that are valid properties of a value object.
Declaration
public static readonly string[] ValueObjectKeys
Field Value
Type | Description |
---|---|
string[] |