Class JsonLdKeywords
Defines the keywords and categories of keywords that are valid in JSON-LD 1.1.
Inherited Members
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRdf.dll
Syntax
public static class JsonLdKeywords
Fields
| Edit this page 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[] |