@twin.org/data-json-ld 0.0.3-next.17 → 0.0.3-next.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/es/schemas/JsonLdContainerType.json +17 -7
  2. package/dist/es/schemas/JsonLdContainerTypeArray.json +129 -142
  3. package/dist/es/schemas/JsonLdContextDefinition.json +75 -16
  4. package/dist/es/schemas/JsonLdContextDefinitionElement.json +1 -0
  5. package/dist/es/schemas/JsonLdContextDefinitionRoot.json +1 -0
  6. package/dist/es/schemas/JsonLdDocument.json +2 -1
  7. package/dist/es/schemas/JsonLdExpandedTermDefinition.json +101 -87
  8. package/dist/es/schemas/JsonLdGraphObject.json +1 -0
  9. package/dist/es/schemas/JsonLdIdMap.json +1 -0
  10. package/dist/es/schemas/JsonLdIncludedBlock.json +1 -0
  11. package/dist/es/schemas/JsonLdIndexMap.json +2 -1
  12. package/dist/es/schemas/JsonLdIndexMapItem.json +1 -0
  13. package/dist/es/schemas/JsonLdJsonArray.json +1 -0
  14. package/dist/es/schemas/JsonLdJsonObject.json +2 -8
  15. package/dist/es/schemas/JsonLdJsonPrimitive.json +14 -5
  16. package/dist/es/schemas/JsonLdJsonValue.json +1 -0
  17. package/dist/es/schemas/JsonLdLanguageMap.json +1 -0
  18. package/dist/es/schemas/JsonLdListObject.json +1 -0
  19. package/dist/es/schemas/JsonLdListOrSetItem.json +1 -0
  20. package/dist/es/schemas/JsonLdNodeObject.json +12 -72
  21. package/dist/es/schemas/JsonLdNodePrimitive.json +1 -0
  22. package/dist/es/schemas/JsonLdObject.json +2 -1
  23. package/dist/es/schemas/JsonLdSetObject.json +1 -0
  24. package/dist/es/schemas/JsonLdTypeMap.json +1 -0
  25. package/dist/es/schemas/JsonLdValueObject.json +99 -84
  26. package/docs/changelog.md +28 -0
  27. package/docs/reference/classes/JsonLdDataTypes.md +1 -1
  28. package/docs/reference/classes/JsonLdHelper.md +11 -11
  29. package/docs/reference/classes/JsonLdProcessor.md +22 -32
  30. package/docs/reference/interfaces/IJsonLdContextDefinition.md +20 -20
  31. package/docs/reference/interfaces/IJsonLdGraphObject.md +7 -7
  32. package/docs/reference/interfaces/IJsonLdIdMap.md +1 -1
  33. package/docs/reference/interfaces/IJsonLdIndexMap.md +1 -1
  34. package/docs/reference/interfaces/IJsonLdJsonObject.md +1 -1
  35. package/docs/reference/interfaces/IJsonLdLanguageMap.md +1 -1
  36. package/docs/reference/interfaces/IJsonLdListObject.md +3 -3
  37. package/docs/reference/interfaces/IJsonLdNodeObject.md +17 -17
  38. package/docs/reference/interfaces/IJsonLdObject.md +16 -16
  39. package/docs/reference/interfaces/IJsonLdSetObject.md +3 -3
  40. package/docs/reference/interfaces/IJsonLdTypeMap.md +1 -1
  41. package/docs/reference/type-aliases/IJsonLdExpandedTermDefinition.md +7 -7
  42. package/docs/reference/type-aliases/IJsonLdValueObject.md +2 -2
  43. package/docs/reference/type-aliases/JsonLdObjectWithOptionalAtId.md +1 -1
  44. package/docs/reference/type-aliases/JsonLdObjectWithOptionalAtType.md +1 -1
  45. package/docs/reference/type-aliases/JsonLdObjectWithOptionalContext.md +1 -1
  46. package/docs/reference/type-aliases/JsonLdObjectWithOptionalId.md +1 -1
  47. package/docs/reference/type-aliases/JsonLdObjectWithOptionalType.md +1 -1
  48. package/docs/reference/variables/JsonLdContexts.md +3 -3
  49. package/docs/reference/variables/JsonLdTypes.md +26 -26
  50. package/package.json +2 -2
@@ -8,12 +8,12 @@ https://www.w3.org/TR/json-ld11/#lists-and-sets
8
8
 
9
9
  ## Properties
10
10
 
11
- ### @list
11
+ ### @list {#list}
12
12
 
13
13
  > **@list**: [`IJsonLdListOrSetItem`](../type-aliases/IJsonLdListOrSetItem.md) \| [`IJsonLdListOrSetItem`](../type-aliases/IJsonLdListOrSetItem.md)[]
14
14
 
15
15
  ***
16
16
 
17
- ### @index?
17
+ ### @index? {#index}
18
18
 
19
- > `optional` **@index**: `string`
19
+ > `optional` **@index?**: `string`
@@ -13,13 +13,13 @@ https://www.w3.org/TR/json-ld11/#node-objects
13
13
 
14
14
  ## Indexable
15
15
 
16
- \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| [`IJsonLdContextDefinition`](IJsonLdContextDefinition.md) \| [`IJsonLdContextDefinitionElement`](../type-aliases/IJsonLdContextDefinitionElement.md)[] \| [`IJsonLdIdMap`](IJsonLdIdMap.md) \| `IJsonLdNodeObject` \| `IJsonLdNodeObject`[] \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| `object` & `object` \| `object` & `object` \| `object` & `object` \| [`IJsonLdListObject`](IJsonLdListObject.md) \| [`IJsonLdSetObject`](IJsonLdSetObject.md) \| [`IJsonLdIndexMap`](IJsonLdIndexMap.md) \| [`IJsonLdLanguageMap`](IJsonLdLanguageMap.md) \| [`IJsonLdGraphObject`](IJsonLdGraphObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[] \| \{\[`key`: `string`\]: `string`; \} \| [`IJsonLdTypeMap`](IJsonLdTypeMap.md) \| [`IJsonLdNodePrimitive`](../type-aliases/IJsonLdNodePrimitive.md)[] \| `null` \| `undefined`
16
+ > \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| [`IJsonLdContextDefinition`](IJsonLdContextDefinition.md) \| [`IJsonLdContextDefinitionElement`](../type-aliases/IJsonLdContextDefinitionElement.md)[] \| [`IJsonLdIdMap`](IJsonLdIdMap.md) \| `IJsonLdNodeObject` \| `IJsonLdNodeObject`[] \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| `object` & `object` \| `object` & `object` \| `object` & `object` \| [`IJsonLdListObject`](IJsonLdListObject.md) \| [`IJsonLdSetObject`](IJsonLdSetObject.md) \| [`IJsonLdIndexMap`](IJsonLdIndexMap.md) \| [`IJsonLdLanguageMap`](IJsonLdLanguageMap.md) \| [`IJsonLdGraphObject`](IJsonLdGraphObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[] \| \{\[`key`: `string`\]: `string`; \} \| [`IJsonLdTypeMap`](IJsonLdTypeMap.md) \| [`IJsonLdNodePrimitive`](../type-aliases/IJsonLdNodePrimitive.md)[] \| `null` \| `undefined`
17
17
 
18
18
  ## Properties
19
19
 
20
- ### @context?
20
+ ### @context? {#context}
21
21
 
22
- > `optional` **@context**: [`IJsonLdContextDefinitionRoot`](../type-aliases/IJsonLdContextDefinitionRoot.md)
22
+ > `optional` **@context?**: [`IJsonLdContextDefinitionRoot`](../type-aliases/IJsonLdContextDefinitionRoot.md)
23
23
 
24
24
  #### Inherited from
25
25
 
@@ -27,9 +27,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
27
27
 
28
28
  ***
29
29
 
30
- ### @id?
30
+ ### @id? {#id}
31
31
 
32
- > `optional` **@id**: `string` \| `string`[]
32
+ > `optional` **@id?**: `string` \| `string`[]
33
33
 
34
34
  #### Inherited from
35
35
 
@@ -37,9 +37,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
37
37
 
38
38
  ***
39
39
 
40
- ### @included?
40
+ ### @included? {#included}
41
41
 
42
- > `optional` **@included**: [`IJsonLdIncludedBlock`](../type-aliases/IJsonLdIncludedBlock.md)
42
+ > `optional` **@included?**: [`IJsonLdIncludedBlock`](../type-aliases/IJsonLdIncludedBlock.md)
43
43
 
44
44
  #### Inherited from
45
45
 
@@ -47,9 +47,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
47
47
 
48
48
  ***
49
49
 
50
- ### @graph?
50
+ ### @graph? {#graph}
51
51
 
52
- > `optional` **@graph**: `IJsonLdNodeObject` \| `IJsonLdNodeObject`[]
52
+ > `optional` **@graph?**: `IJsonLdNodeObject` \| `IJsonLdNodeObject`[]
53
53
 
54
54
  #### Inherited from
55
55
 
@@ -57,9 +57,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
57
57
 
58
58
  ***
59
59
 
60
- ### @nest?
60
+ ### @nest? {#nest}
61
61
 
62
- > `optional` **@nest**: [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[]
62
+ > `optional` **@nest?**: [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[]
63
63
 
64
64
  #### Inherited from
65
65
 
@@ -67,9 +67,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
67
67
 
68
68
  ***
69
69
 
70
- ### @type?
70
+ ### @type? {#type}
71
71
 
72
- > `optional` **@type**: `string` \| `string`[]
72
+ > `optional` **@type?**: `string` \| `string`[]
73
73
 
74
74
  #### Inherited from
75
75
 
@@ -77,9 +77,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
77
77
 
78
78
  ***
79
79
 
80
- ### @reverse?
80
+ ### @reverse? {#reverse}
81
81
 
82
- > `optional` **@reverse**: `object`
82
+ > `optional` **@reverse?**: `object`
83
83
 
84
84
  #### Index Signature
85
85
 
@@ -91,9 +91,9 @@ https://www.w3.org/TR/json-ld11/#node-objects
91
91
 
92
92
  ***
93
93
 
94
- ### @index?
94
+ ### @index? {#index}
95
95
 
96
- > `optional` **@index**: `string`
96
+ > `optional` **@index?**: `string`
97
97
 
98
98
  #### Inherited from
99
99
 
@@ -13,45 +13,45 @@ https://www.w3.org/TR/json-ld11/#node-objects
13
13
 
14
14
  ## Properties
15
15
 
16
- ### @context?
16
+ ### @context? {#context}
17
17
 
18
- > `optional` **@context**: [`IJsonLdContextDefinitionRoot`](../type-aliases/IJsonLdContextDefinitionRoot.md)
18
+ > `optional` **@context?**: [`IJsonLdContextDefinitionRoot`](../type-aliases/IJsonLdContextDefinitionRoot.md)
19
19
 
20
20
  ***
21
21
 
22
- ### @id?
22
+ ### @id? {#id}
23
23
 
24
- > `optional` **@id**: `string` \| `string`[]
24
+ > `optional` **@id?**: `string` \| `string`[]
25
25
 
26
26
  ***
27
27
 
28
- ### @included?
28
+ ### @included? {#included}
29
29
 
30
- > `optional` **@included**: [`IJsonLdIncludedBlock`](../type-aliases/IJsonLdIncludedBlock.md)
30
+ > `optional` **@included?**: [`IJsonLdIncludedBlock`](../type-aliases/IJsonLdIncludedBlock.md)
31
31
 
32
32
  ***
33
33
 
34
- ### @graph?
34
+ ### @graph? {#graph}
35
35
 
36
- > `optional` **@graph**: [`IJsonLdNodeObject`](IJsonLdNodeObject.md) \| [`IJsonLdNodeObject`](IJsonLdNodeObject.md)[]
36
+ > `optional` **@graph?**: [`IJsonLdNodeObject`](IJsonLdNodeObject.md) \| [`IJsonLdNodeObject`](IJsonLdNodeObject.md)[]
37
37
 
38
38
  ***
39
39
 
40
- ### @nest?
40
+ ### @nest? {#nest}
41
41
 
42
- > `optional` **@nest**: [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[]
42
+ > `optional` **@nest?**: [`IJsonLdJsonObject`](IJsonLdJsonObject.md) \| [`IJsonLdJsonObject`](IJsonLdJsonObject.md)[]
43
43
 
44
44
  ***
45
45
 
46
- ### @type?
46
+ ### @type? {#type}
47
47
 
48
- > `optional` **@type**: `string` \| `string`[]
48
+ > `optional` **@type?**: `string` \| `string`[]
49
49
 
50
50
  ***
51
51
 
52
- ### @reverse?
52
+ ### @reverse? {#reverse}
53
53
 
54
- > `optional` **@reverse**: `object`
54
+ > `optional` **@reverse?**: `object`
55
55
 
56
56
  #### Index Signature
57
57
 
@@ -59,6 +59,6 @@ https://www.w3.org/TR/json-ld11/#node-objects
59
59
 
60
60
  ***
61
61
 
62
- ### @index?
62
+ ### @index? {#index}
63
63
 
64
- > `optional` **@index**: `string`
64
+ > `optional` **@index?**: `string`
@@ -8,12 +8,12 @@ https://www.w3.org/TR/json-ld11/#lists-and-sets
8
8
 
9
9
  ## Properties
10
10
 
11
- ### @set
11
+ ### @set {#set}
12
12
 
13
13
  > **@set**: [`IJsonLdListOrSetItem`](../type-aliases/IJsonLdListOrSetItem.md) \| [`IJsonLdListOrSetItem`](../type-aliases/IJsonLdListOrSetItem.md)[]
14
14
 
15
15
  ***
16
16
 
17
- ### @index?
17
+ ### @index? {#index}
18
18
 
19
- > `optional` **@index**: `string`
19
+ > `optional` **@index?**: `string`
@@ -8,4 +8,4 @@ https://www.w3.org/TR/json-ld11/#type-maps
8
8
 
9
9
  ## Indexable
10
10
 
11
- \[`key`: `string`\]: `string` \| [`IJsonLdNodeObject`](IJsonLdNodeObject.md)
11
+ > \[`key`: `string`\]: `string` \| [`IJsonLdNodeObject`](IJsonLdNodeObject.md)
@@ -10,31 +10,31 @@ associated with the term when it is used as key in a node object.
10
10
 
11
11
  ### @type?
12
12
 
13
- > `optional` **@type**: `"@id"` \| `"@json"` \| `"@none"` \| `"@vocab"` \| `string`
13
+ > `optional` **@type?**: `"@id"` \| `"@json"` \| `"@none"` \| `"@vocab"` \| `string`
14
14
 
15
15
  ### @language?
16
16
 
17
- > `optional` **@language**: `string`
17
+ > `optional` **@language?**: `string`
18
18
 
19
19
  ### @index?
20
20
 
21
- > `optional` **@index**: `string`
21
+ > `optional` **@index?**: `string`
22
22
 
23
23
  ### @context?
24
24
 
25
- > `optional` **@context**: [`IJsonLdContextDefinition`](../interfaces/IJsonLdContextDefinition.md)
25
+ > `optional` **@context?**: [`IJsonLdContextDefinition`](../interfaces/IJsonLdContextDefinition.md)
26
26
 
27
27
  ### @prefix?
28
28
 
29
- > `optional` **@prefix**: `boolean`
29
+ > `optional` **@prefix?**: `boolean`
30
30
 
31
31
  ### @propagate?
32
32
 
33
- > `optional` **@propagate**: `boolean`
33
+ > `optional` **@propagate?**: `boolean`
34
34
 
35
35
  ### @protected?
36
36
 
37
- > `optional` **@protected**: `boolean`
37
+ > `optional` **@protected?**: `boolean`
38
38
 
39
39
  ## See
40
40
 
@@ -9,11 +9,11 @@ to create a typed value or a language-tagged string and possibly associate a bas
9
9
 
10
10
  ### @index?
11
11
 
12
- > `optional` **@index**: `string`
12
+ > `optional` **@index?**: `string`
13
13
 
14
14
  ### @context?
15
15
 
16
- > `optional` **@context**: [`IJsonLdContextDefinitionRoot`](IJsonLdContextDefinitionRoot.md)
16
+ > `optional` **@context?**: [`IJsonLdContextDefinitionRoot`](IJsonLdContextDefinitionRoot.md)
17
17
 
18
18
  ## See
19
19
 
@@ -8,7 +8,7 @@ Add optional "@id" to a type.
8
8
 
9
9
  ### @id?
10
10
 
11
- > `optional` **@id**: `Id`
11
+ > `optional` **@id?**: `Id`
12
12
 
13
13
  ## Type Parameters
14
14
 
@@ -8,7 +8,7 @@ Add optional "@type" to a type.
8
8
 
9
9
  ### @type?
10
10
 
11
- > `optional` **@type**: `Ty`
11
+ > `optional` **@type?**: `Ty`
12
12
 
13
13
  ## Type Parameters
14
14
 
@@ -9,7 +9,7 @@ the source type when available, otherwise using the provided default.
9
9
 
10
10
  ### @context?
11
11
 
12
- > `optional` **@context**: `C`
12
+ > `optional` **@context?**: `C`
13
13
 
14
14
  ## Type Parameters
15
15
 
@@ -8,7 +8,7 @@ Add optional "id" to a type.
8
8
 
9
9
  ### id?
10
10
 
11
- > `optional` **id**: `Id`
11
+ > `optional` **id?**: `Id`
12
12
 
13
13
  ## Type Parameters
14
14
 
@@ -8,7 +8,7 @@ Add optional "type" to a type.
8
8
 
9
9
  ### type?
10
10
 
11
- > `optional` **type**: `Ty`
11
+ > `optional` **type?**: `Ty`
12
12
 
13
13
  ## Type Parameters
14
14
 
@@ -6,19 +6,19 @@ The contexts of JSON-LD data.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Namespace
9
+ ### Namespace {#namespace}
10
10
 
11
11
  > `readonly` **Namespace**: `"https://schema.twindev.org/json-ld/"` = `"https://schema.twindev.org/json-ld/"`
12
12
 
13
13
  The canonical RDF namespace URI for JSON-LD.
14
14
 
15
- ### Context
15
+ ### Context {#context}
16
16
 
17
17
  > `readonly` **Context**: `"https://schema.twindev.org/json-ld/"` = `"https://schema.twindev.org/json-ld/"`
18
18
 
19
19
  The value to use in JSON-LD context for JSON-LD.
20
20
 
21
- ### JsonLdContext
21
+ ### JsonLdContext {#jsonldcontext}
22
22
 
23
23
  > `readonly` **JsonLdContext**: `"https://schema.twindev.org/json-ld/types.jsonld"` = `"https://schema.twindev.org/json-ld/types.jsonld"`
24
24
 
@@ -6,157 +6,157 @@ The types of JSON-LD data.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Document
9
+ ### Document {#document}
10
10
 
11
11
  > `readonly` **Document**: `"JsonLdDocument"` = `"JsonLdDocument"`
12
12
 
13
13
  Represents JSON-LD Document.
14
14
 
15
- ### Object
15
+ ### Object {#object}
16
16
 
17
17
  > `readonly` **Object**: `"JsonLdObject"` = `"JsonLdObject"`
18
18
 
19
19
  Represents JSON-LD Object.
20
20
 
21
- ### NodeObject
21
+ ### NodeObject {#nodeobject}
22
22
 
23
23
  > `readonly` **NodeObject**: `"JsonLdNodeObject"` = `"JsonLdNodeObject"`
24
24
 
25
25
  Represents JSON-LD Node Object.
26
26
 
27
- ### NodePrimitive
27
+ ### NodePrimitive {#nodeprimitive}
28
28
 
29
29
  > `readonly` **NodePrimitive**: `"JsonLdNodePrimitive"` = `"JsonLdNodePrimitive"`
30
30
 
31
31
  Represents JSON-LD Node Primitive.
32
32
 
33
- ### GraphObject
33
+ ### GraphObject {#graphobject}
34
34
 
35
35
  > `readonly` **GraphObject**: `"JsonLdGraphObject"` = `"JsonLdGraphObject"`
36
36
 
37
37
  Represents JSON-LD Graph Object.
38
38
 
39
- ### ValueObject
39
+ ### ValueObject {#valueobject}
40
40
 
41
41
  > `readonly` **ValueObject**: `"JsonLdValueObject"` = `"JsonLdValueObject"`
42
42
 
43
43
  Represents JSON-LD Value Object.
44
44
 
45
- ### ListObject
45
+ ### ListObject {#listobject}
46
46
 
47
47
  > `readonly` **ListObject**: `"JsonLdListObject"` = `"JsonLdListObject"`
48
48
 
49
49
  Represents JSON-LD List Object.
50
50
 
51
- ### SetObject
51
+ ### SetObject {#setobject}
52
52
 
53
53
  > `readonly` **SetObject**: `"JsonLdSetObject"` = `"JsonLdSetObject"`
54
54
 
55
55
  Represents JSON-LD Set Object.
56
56
 
57
- ### LanguageMap
57
+ ### LanguageMap {#languagemap}
58
58
 
59
59
  > `readonly` **LanguageMap**: `"JsonLdLanguageMap"` = `"JsonLdLanguageMap"`
60
60
 
61
61
  Represents JSON-LD Language Map.
62
62
 
63
- ### IndexMap
63
+ ### IndexMap {#indexmap}
64
64
 
65
65
  > `readonly` **IndexMap**: `"JsonLdIndexMap"` = `"JsonLdIndexMap"`
66
66
 
67
67
  Represents JSON-LD Index Map.
68
68
 
69
- ### IndexMapItem
69
+ ### IndexMapItem {#indexmapitem}
70
70
 
71
71
  > `readonly` **IndexMapItem**: `"JsonLdIndexMapItem"` = `"JsonLdIndexMapItem"`
72
72
 
73
73
  Represents JSON-LD Index Map Item.
74
74
 
75
- ### IdMap
75
+ ### IdMap {#idmap}
76
76
 
77
77
  > `readonly` **IdMap**: `"JsonLdIdMap"` = `"JsonLdIdMap"`
78
78
 
79
79
  Represents JSON-LD Id Map.
80
80
 
81
- ### TypeMap
81
+ ### TypeMap {#typemap}
82
82
 
83
83
  > `readonly` **TypeMap**: `"JsonLdTypeMap"` = `"JsonLdTypeMap"`
84
84
 
85
85
  Represents JSON-LD Type Map.
86
86
 
87
- ### IncludedBlock
87
+ ### IncludedBlock {#includedblock}
88
88
 
89
89
  > `readonly` **IncludedBlock**: `"JsonLdIncludedBlock"` = `"JsonLdIncludedBlock"`
90
90
 
91
91
  Represents JSON-LD Included block.
92
92
 
93
- ### ContextDefinition
93
+ ### ContextDefinition {#contextdefinition}
94
94
 
95
95
  > `readonly` **ContextDefinition**: `"JsonLdContextDefinition"` = `"JsonLdContextDefinition"`
96
96
 
97
97
  Represents JSON-LD Context Definition.
98
98
 
99
- ### ContextDefinitionElement
99
+ ### ContextDefinitionElement {#contextdefinitionelement}
100
100
 
101
101
  > `readonly` **ContextDefinitionElement**: `"JsonLdContextDefinitionElement"` = `"JsonLdContextDefinitionElement"`
102
102
 
103
103
  Represents JSON-LD Context Definition Element.
104
104
 
105
- ### ContextDefinitionRoot
105
+ ### ContextDefinitionRoot {#contextdefinitionroot}
106
106
 
107
107
  > `readonly` **ContextDefinitionRoot**: `"JsonLdContextDefinitionRoot"` = `"JsonLdContextDefinitionRoot"`
108
108
 
109
109
  Represents JSON-LD Context Definition Root.
110
110
 
111
- ### ExpandedTermDefinition
111
+ ### ExpandedTermDefinition {#expandedtermdefinition}
112
112
 
113
113
  > `readonly` **ExpandedTermDefinition**: `"JsonLdExpandedTermDefinition"` = `"JsonLdExpandedTermDefinition"`
114
114
 
115
115
  Represents JSON-LD Expanded Term Definition.
116
116
 
117
- ### Keyword
117
+ ### Keyword {#keyword}
118
118
 
119
119
  > `readonly` **Keyword**: `"JsonLdKeyword"` = `"JsonLdKeyword"`
120
120
 
121
121
  Represents JSON-LD Keyword.
122
122
 
123
- ### ListOrSetItem
123
+ ### ListOrSetItem {#listorsetitem}
124
124
 
125
125
  > `readonly` **ListOrSetItem**: `"JsonLdListOrSetItem"` = `"JsonLdListOrSetItem"`
126
126
 
127
127
  Represents JSON-LD List or Set Item.
128
128
 
129
- ### ContainerType
129
+ ### ContainerType {#containertype}
130
130
 
131
131
  > `readonly` **ContainerType**: `"JsonLdContainerType"` = `"JsonLdContainerType"`
132
132
 
133
133
  Represents JSON-LD Container Type.
134
134
 
135
- ### ContainerTypeArray
135
+ ### ContainerTypeArray {#containertypearray}
136
136
 
137
137
  > `readonly` **ContainerTypeArray**: `"JsonLdContainerTypeArray"` = `"JsonLdContainerTypeArray"`
138
138
 
139
139
  Represents JSON-LD Container Type Array.
140
140
 
141
- ### JsonPrimitive
141
+ ### JsonPrimitive {#jsonprimitive}
142
142
 
143
143
  > `readonly` **JsonPrimitive**: `"JsonLdJsonPrimitive"` = `"JsonLdJsonPrimitive"`
144
144
 
145
145
  Represents JSON-LD JSON Primitive.
146
146
 
147
- ### JsonArray
147
+ ### JsonArray {#jsonarray}
148
148
 
149
149
  > `readonly` **JsonArray**: `"JsonLdJsonArray"` = `"JsonLdJsonArray"`
150
150
 
151
151
  Represents JSON-LD JSON Array.
152
152
 
153
- ### JsonObject
153
+ ### JsonObject {#jsonobject}
154
154
 
155
155
  > `readonly` **JsonObject**: `"JsonLdJsonObject"` = `"JsonLdJsonObject"`
156
156
 
157
157
  Represents JSON-LD JSON Object.
158
158
 
159
- ### JsonValue
159
+ ### JsonValue {#jsonvalue}
160
160
 
161
161
  > `readonly` **JsonValue**: `"JsonLdJsonValue"` = `"JsonLdJsonValue"`
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/data-json-ld",
3
- "version": "0.0.3-next.17",
3
+ "version": "0.0.3-next.19",
4
4
  "description": "JSON-LD data models and helpers for working with linked data documents.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
- "@twin.org/data-core": "0.0.3-next.17",
18
+ "@twin.org/data-core": "0.0.3-next.19",
19
19
  "@twin.org/entity": "next",
20
20
  "@twin.org/nameof": "next",
21
21
  "@twin.org/web": "next",