Click or drag to resize

JsonLdSyntax Enumeration

Enumeration of the supported JSON-LD syntax versions.

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum JsonLdSyntax
Members
  Member nameValueDescription
JsonLd100 The original 1.0 version of the JSON-LD syntax.
JsonLd111 The current 1.1 version of the JSON-LD syntax.
See Also