Click or drag to resize

JsonLdKeywords Class

Defines the keywords and categories of keywords that are valid in JSON-LD 1.1.
Inheritance Hierarchy
SystemObject
  VDS.RDF.JsonLd.SyntaxJsonLdKeywords

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class JsonLdKeywords

The JsonLdKeywords type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCoreKeywords
The list of JSON-LD keywords defined by the API and Processing specification.
Public fieldStatic memberFramingKeywords
The list of JSON-LD keywords added by the Framing specification.
Public fieldStatic memberGraphObjectKeys
Keywords that are valid properties of a graph object.
Public fieldStatic memberJsonLdContextKeywords
Keywords that are valid top-level properties of a context object.
Public fieldStatic memberTermDefinitionKeys
Keywords that are valid in a term definition.
Public fieldStatic memberValueObjectKeys
Keywords that are valid properties of a value object.
Top
See Also