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 JsonLdKeywordsFields
| Improve this Doc View SourceCoreKeywords
The list of JSON-LD keywords defined by the API and Processing specification.
Declaration
public static readonly string[] CoreKeywordsField Value
| Type | Description | 
|---|---|
| string[] | 
FramingKeywords
The list of JSON-LD keywords added by the Framing specification.
Declaration
public static readonly string[] FramingKeywordsField Value
| Type | Description | 
|---|---|
| string[] | 
GraphObjectKeys
Keywords that are valid properties of a graph object.
Declaration
public static readonly string[] GraphObjectKeysField Value
| Type | Description | 
|---|---|
| string[] | 
JsonLdContextKeywords
Keywords that are valid top-level properties of a context object.
Declaration
public static readonly string[] JsonLdContextKeywordsField Value
| Type | Description | 
|---|---|
| string[] | 
TermDefinitionKeys
Keywords that are valid in a term definition.
Declaration
public static readonly string[] TermDefinitionKeysField Value
| Type | Description | 
|---|---|
| string[] | 
ValueObjectKeys
Keywords that are valid properties of a value object.
Declaration
public static readonly string[] ValueObjectKeysField Value
| Type | Description | 
|---|---|
| string[] |