Enum JsonLdContainer
Enumeration of the supported container mappings.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum JsonLdContainer
Fields
| Name | Description |
|---|---|
| Graph | @graph container mapping |
| Id | @id container mapping |
| Index | @index container mapping |
| Language | @language container mapping |
| List | @list container mapping |
| Null | No container mapping |
| Set | @set container mapping |
| Type | @type container mapping |