Class JsonLdKeywords
Defines the keywords and categories of keywords that are valid in JSON-LD 1.1.
Inheritance
System.Object
JsonLdKeywords
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.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 |
---|---|
System.String[] |
FramingKeywords
The list of JSON-LD keywords added by the Framing specification.
Declaration
public static readonly string[] FramingKeywords
Field Value
Type | Description |
---|---|
System.String[] |
GraphObjectKeys
Keywords that are valid properties of a graph object.
Declaration
public static readonly string[] GraphObjectKeys
Field Value
Type | Description |
---|---|
System.String[] |
JsonLdContextKeywords
Keywords that are valid top-level properties of a context object.
Declaration
public static readonly string[] JsonLdContextKeywords
Field Value
Type | Description |
---|---|
System.String[] |
TermDefinitionKeys
Keywords that are valid in a term definition.
Declaration
public static readonly string[] TermDefinitionKeys
Field Value
Type | Description |
---|---|
System.String[] |
ValueObjectKeys
Keywords that are valid properties of a value object.
Declaration
public static readonly string[] ValueObjectKeys
Field Value
Type | Description |
---|---|
System.String[] |