Show / Hide Table of Contents

Class JsonLdKeywords

Defines the keywords and categories of keywords that are valid in JSON-LD 1.1.

Inheritance
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

| Edit this page View Source

CoreKeywords

The list of JSON-LD keywords defined by the API and Processing specification.

Declaration
public static readonly string[] CoreKeywords
Field Value
Type Description
string[]
| Edit this page View Source

FramingKeywords

The list of JSON-LD keywords added by the Framing specification.

Declaration
public static readonly string[] FramingKeywords
Field Value
Type Description
string[]
| Edit this page View Source

GraphObjectKeys

Keywords that are valid properties of a graph object.

Declaration
public static readonly string[] GraphObjectKeys
Field Value
Type Description
string[]
| Edit this page View Source

JsonLdContextKeywords

Keywords that are valid top-level properties of a context object.

Declaration
public static readonly string[] JsonLdContextKeywords
Field Value
Type Description
string[]
| Edit this page View Source

TermDefinitionKeys

Keywords that are valid in a term definition.

Declaration
public static readonly string[] TermDefinitionKeys
Field Value
Type Description
string[]
| Edit this page View Source

ValueObjectKeys

Keywords that are valid properties of a value object.

Declaration
public static readonly string[] ValueObjectKeys
Field Value
Type Description
string[]
  • Edit this page
  • View Source
In this article
  • Fields
    • CoreKeywords
    • FramingKeywords
    • GraphObjectKeys
    • JsonLdContextKeywords
    • TermDefinitionKeys
    • ValueObjectKeys
Back to top Generated by DocFX