Click or drag to resize

JsonLdContainer Enumeration

Enumeration of the supported container mappings.

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum JsonLdContainer
Members
  Member nameValueDescription
Null0 No container mapping
Graph1 @graph container mapping
List2 @list container mapping
Set3 @set container mapping
Index4 @index container mapping
Id5 @id container mapping
Type6 @type container mapping
Language7 @language container mapping
See Also