JsonLdContainer Enumeration |
Enumeration of the supported container mappings.
Namespace:
VDS.RDF.JsonLd.Syntax
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public enum JsonLdContainer
Public Enumeration JsonLdContainer
Members
| Member name | Value | Description |
---|
| Null | 0 |
No container mapping
|
| Graph | 1 |
@graph container mapping
|
| List | 2 |
@list container mapping
|
| Set | 3 |
@set container mapping
|
| Index | 4 |
@index container mapping
|
| Id | 5 |
@id container mapping
|
| Type | 6 |
@type container mapping
|
| Language | 7 |
@language container mapping
|
See Also