Enum JsonLdSyntax
Enumeration of the supported JSON-LD syntax versions.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdSyntax
Fields
| Name | Description |
|---|---|
| JsonLd10 | The original 1.0 version of the JSON-LD syntax. |
| JsonLd11 | The current 1.1 version of the JSON-LD syntax. |