@twin.org/standards-foaf 0.0.3-next.8 → 0.9.0-next.1

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 (33) hide show
  1. package/README.md +1 -1
  2. package/dist/es/dataTypes/foafDataTypes.js +35 -38
  3. package/dist/es/dataTypes/foafDataTypes.js.map +1 -1
  4. package/dist/es/models/IFoafBaseObject.js.map +1 -1
  5. package/dist/es/models/IFoafImage.js.map +1 -1
  6. package/dist/es/models/foafContextType.js.map +1 -1
  7. package/dist/es/models/foafContexts.js +12 -6
  8. package/dist/es/models/foafContexts.js.map +1 -1
  9. package/dist/es/schemas/FoafAgent.json +18 -119
  10. package/dist/es/schemas/FoafContextType.json +30 -0
  11. package/dist/es/schemas/FoafDocument.json +13 -127
  12. package/dist/es/schemas/FoafGroup.json +10 -162
  13. package/dist/es/schemas/FoafImage.json +8 -148
  14. package/dist/es/schemas/FoafOrganization.json +8 -160
  15. package/dist/es/schemas/FoafPerson.json +10 -162
  16. package/dist/types/models/IFoafBaseObject.d.ts +5 -2
  17. package/dist/types/models/IFoafImage.d.ts +0 -1
  18. package/dist/types/models/foafContextType.d.ts +2 -1
  19. package/dist/types/models/foafContexts.d.ts +12 -6
  20. package/docs/changelog.md +464 -8
  21. package/docs/examples.md +21 -1
  22. package/docs/reference/classes/FoafDataTypes.md +2 -2
  23. package/docs/reference/interfaces/IFoafAgent.md +37 -33
  24. package/docs/reference/interfaces/IFoafBaseObject.md +18 -22
  25. package/docs/reference/interfaces/IFoafDocument.md +30 -26
  26. package/docs/reference/interfaces/IFoafGroup.md +39 -31
  27. package/docs/reference/interfaces/IFoafImage.md +34 -26
  28. package/docs/reference/interfaces/IFoafOrganization.md +37 -29
  29. package/docs/reference/interfaces/IFoafPerson.md +47 -39
  30. package/docs/reference/type-aliases/FoafContextType.md +1 -1
  31. package/docs/reference/variables/FoafContexts.md +17 -9
  32. package/docs/reference/variables/FoafTypes.md +6 -6
  33. package/package.json +7 -7
package/docs/changelog.md CHANGED
@@ -1,45 +1,501 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.8](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.7...standards-foaf-v0.0.3-next.8) (2026-01-08)
3
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.9.0-next.0...standards-foaf-v0.9.0-next.1) (2026-06-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
9
+ * improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
10
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
11
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
12
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
13
+ * typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
14
+ * update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
15
+ * update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
16
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
17
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
23
+
24
+ ## [0.0.3-next.69](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.68...standards-foaf-v0.0.3-next.69) (2026-06-22)
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **standards-foaf:** Synchronize repo versions
30
+
31
+ ## [0.0.3-next.68](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.67...standards-foaf-v0.0.3-next.68) (2026-06-22)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * **standards-foaf:** Synchronize repo versions
37
+
38
+ ## [0.0.3-next.67](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.66...standards-foaf-v0.0.3-next.67) (2026-06-12)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **standards-foaf:** Synchronize repo versions
44
+
45
+ ## [0.0.3-next.66](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.65...standards-foaf-v0.0.3-next.66) (2026-06-09)
46
+
47
+
48
+ ### Miscellaneous Chores
49
+
50
+ * **standards-foaf:** Synchronize repo versions
51
+
52
+ ## [0.0.3-next.65](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.64...standards-foaf-v0.0.3-next.65) (2026-06-02)
53
+
54
+
55
+ ### Miscellaneous Chores
56
+
57
+ * **standards-foaf:** Synchronize repo versions
58
+
59
+ ## [0.0.3-next.64](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.63...standards-foaf-v0.0.3-next.64) (2026-06-01)
60
+
61
+
62
+ ### Miscellaneous Chores
63
+
64
+ * **standards-foaf:** Synchronize repo versions
65
+
66
+ ## [0.0.3-next.63](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.62...standards-foaf-v0.0.3-next.63) (2026-05-19)
67
+
68
+
69
+ ### Features
70
+
71
+ * update dependencies ([e422ed3](https://github.com/iotaledger/twin-standards/commit/e422ed351fb09e2deea5ef741326c37b0802af3a))
72
+
73
+ ## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.61...standards-foaf-v0.0.3-next.62) (2026-05-18)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **standards-foaf:** Synchronize repo versions
79
+
80
+ ## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.60...standards-foaf-v0.0.3-next.61) (2026-05-11)
81
+
82
+
83
+ ### Features
84
+
85
+ * typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
86
+
87
+ ## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.59...standards-foaf-v0.0.3-next.60) (2026-04-21)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **standards-foaf:** Synchronize repo versions
93
+
94
+ ## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.58...standards-foaf-v0.0.3-next.59) (2026-04-07)
95
+
96
+
97
+ ### Miscellaneous Chores
98
+
99
+ * **standards-foaf:** Synchronize repo versions
100
+
101
+ ## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.57...standards-foaf-v0.0.3-next.58) (2026-03-25)
102
+
103
+
104
+ ### Miscellaneous Chores
105
+
106
+ * **standards-foaf:** Synchronize repo versions
107
+
108
+ ## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.56...standards-foaf-v0.0.3-next.57) (2026-03-20)
109
+
110
+
111
+ ### Miscellaneous Chores
112
+
113
+ * **standards-foaf:** Synchronize repo versions
114
+
115
+ ## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.55...standards-foaf-v0.0.3-next.56) (2026-03-20)
116
+
117
+
118
+ ### Miscellaneous Chores
119
+
120
+ * **standards-foaf:** Synchronize repo versions
121
+
122
+ ## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.54...standards-foaf-v0.0.3-next.55) (2026-03-19)
123
+
124
+
125
+ ### Features
126
+
127
+ * update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
128
+
129
+ ## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.53...standards-foaf-v0.0.3-next.54) (2026-03-12)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **standards-foaf:** Synchronize repo versions
135
+
136
+ ## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.52...standards-foaf-v0.0.3-next.53) (2026-03-11)
137
+
138
+
139
+ ### Features
140
+
141
+ * improve caching ([#196](https://github.com/iotaledger/twin-standards/issues/196)) ([968e61a](https://github.com/iotaledger/twin-standards/commit/968e61a04156a22cf5ffc3ba237a42a81ec2e0c1))
142
+
143
+ ## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.51...standards-foaf-v0.0.3-next.52) (2026-03-10)
144
+
145
+
146
+ ### Miscellaneous Chores
147
+
148
+ * **standards-foaf:** Synchronize repo versions
149
+
150
+ ## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.50...standards-foaf-v0.0.3-next.51) (2026-03-10)
151
+
152
+
153
+ ### Miscellaneous Chores
154
+
155
+ * **standards-foaf:** Synchronize repo versions
156
+
157
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.49...standards-foaf-v0.0.3-next.50) (2026-03-09)
158
+
159
+
160
+ ### Miscellaneous Chores
161
+
162
+ * **standards-foaf:** Synchronize repo versions
163
+
164
+ ## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.48...standards-foaf-v0.0.3-next.49) (2026-03-06)
165
+
166
+
167
+ ### Miscellaneous Chores
168
+
169
+ * **standards-foaf:** Synchronize repo versions
170
+
171
+ ## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.47...standards-foaf-v0.0.3-next.48) (2026-03-06)
172
+
173
+
174
+ ### Miscellaneous Chores
175
+
176
+ * **standards-foaf:** Synchronize repo versions
177
+
178
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.46...standards-foaf-v0.0.3-next.47) (2026-03-06)
179
+
180
+
181
+ ### Miscellaneous Chores
182
+
183
+ * **standards-foaf:** Synchronize repo versions
184
+
185
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.45...standards-foaf-v0.0.3-next.46) (2026-03-05)
186
+
187
+
188
+ ### Miscellaneous Chores
189
+
190
+ * **standards-foaf:** Synchronize repo versions
191
+
192
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.44...standards-foaf-v0.0.3-next.45) (2026-03-04)
193
+
194
+
195
+ ### Miscellaneous Chores
196
+
197
+ * **standards-foaf:** Synchronize repo versions
198
+
199
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.43...standards-foaf-v0.0.3-next.44) (2026-03-04)
200
+
201
+
202
+ ### Miscellaneous Chores
203
+
204
+ * **standards-foaf:** Synchronize repo versions
205
+
206
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.42...standards-foaf-v0.0.3-next.43) (2026-02-25)
207
+
208
+
209
+ ### Features
210
+
211
+ * update schemas to support additional properties ([4679e21](https://github.com/iotaledger/twin-standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
212
+
213
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.41...standards-foaf-v0.0.3-next.42) (2026-02-25)
214
+
215
+
216
+ ### Features
217
+
218
+ * remove IJsonLdNodeObject base interfaces ([#172](https://github.com/iotaledger/twin-standards/issues/172)) ([8ff8d7a](https://github.com/iotaledger/twin-standards/commit/8ff8d7a2892d626879b76ba5da912469ff899954))
219
+
220
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.40...standards-foaf-v0.0.3-next.41) (2026-02-23)
221
+
222
+
223
+ ### Miscellaneous Chores
224
+
225
+ * **standards-foaf:** Synchronize repo versions
226
+
227
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.39...standards-foaf-v0.0.3-next.40) (2026-02-18)
228
+
229
+
230
+ ### Miscellaneous Chores
231
+
232
+ * **standards-foaf:** Synchronize repo versions
233
+
234
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.38...standards-foaf-v0.0.3-next.39) (2026-02-13)
235
+
236
+
237
+ ### Miscellaneous Chores
238
+
239
+ * **standards-foaf:** Synchronize repo versions
240
+
241
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.37...standards-foaf-v0.0.3-next.38) (2026-02-13)
242
+
243
+
244
+ ### Miscellaneous Chores
245
+
246
+ * **standards-foaf:** Synchronize repo versions
247
+
248
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.36...standards-foaf-v0.0.3-next.37) (2026-02-12)
249
+
250
+
251
+ ### Miscellaneous Chores
252
+
253
+ * **standards-foaf:** Synchronize repo versions
254
+
255
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.35...standards-foaf-v0.0.3-next.36) (2026-02-11)
256
+
257
+
258
+ ### Miscellaneous Chores
259
+
260
+ * **standards-foaf:** Synchronize repo versions
261
+
262
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.34...standards-foaf-v0.0.3-next.35) (2026-02-10)
263
+
264
+
265
+ ### Miscellaneous Chores
266
+
267
+ * **standards-foaf:** Synchronize repo versions
268
+
269
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.33...standards-foaf-v0.0.3-next.34) (2026-02-10)
270
+
271
+
272
+ ### Miscellaneous Chores
273
+
274
+ * **standards-foaf:** Synchronize repo versions
275
+
276
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.32...standards-foaf-v0.0.3-next.33) (2026-02-06)
277
+
278
+
279
+ ### Features
280
+
281
+ * add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
282
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
283
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
284
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
290
+
291
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.31...standards-foaf-v0.0.3-next.32) (2026-02-06)
292
+
293
+
294
+ ### Miscellaneous Chores
295
+
296
+ * **standards-foaf:** Synchronize repo versions
297
+
298
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.30...standards-foaf-v0.0.3-next.31) (2026-02-05)
299
+
300
+
301
+ ### Miscellaneous Chores
302
+
303
+ * **standards-foaf:** Synchronize repo versions
304
+
305
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.29...standards-foaf-v0.0.3-next.30) (2026-02-04)
306
+
307
+
308
+ ### Miscellaneous Chores
309
+
310
+ * **standards-foaf:** Synchronize repo versions
311
+
312
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.28...standards-foaf-v0.0.3-next.29) (2026-02-03)
313
+
314
+
315
+ ### Miscellaneous Chores
316
+
317
+ * **standards-foaf:** Synchronize repo versions
318
+
319
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.27...standards-foaf-v0.0.3-next.28) (2026-02-03)
320
+
321
+
322
+ ### Miscellaneous Chores
323
+
324
+ * **standards-foaf:** Synchronize repo versions
325
+
326
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.26...standards-foaf-v0.0.3-next.27) (2026-02-03)
327
+
328
+
329
+ ### Miscellaneous Chores
330
+
331
+ * **standards-foaf:** Synchronize repo versions
332
+
333
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.25...standards-foaf-v0.0.3-next.26) (2026-02-02)
334
+
335
+
336
+ ### Miscellaneous Chores
337
+
338
+ * **standards-foaf:** Synchronize repo versions
339
+
340
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.24...standards-foaf-v0.0.3-next.25) (2026-02-02)
341
+
342
+
343
+ ### Features
344
+
345
+ * register schemas at hosted location ([#128](https://github.com/iotaledger/twin-standards/issues/128)) ([ab35298](https://github.com/iotaledger/twin-standards/commit/ab35298c812d69f043f69c35ab5aa1ac4a6aaa90))
346
+
347
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.23...standards-foaf-v0.0.3-next.24) (2026-01-30)
348
+
349
+
350
+ ### Miscellaneous Chores
351
+
352
+ * **standards-foaf:** Synchronize repo versions
353
+
354
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.22...standards-foaf-v0.0.3-next.23) (2026-01-30)
355
+
356
+
357
+ ### Miscellaneous Chores
358
+
359
+ * **standards-foaf:** Synchronize repo versions
360
+
361
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.21...standards-foaf-v0.0.3-next.22) (2026-01-29)
362
+
363
+
364
+ ### Miscellaneous Chores
365
+
366
+ * **standards-foaf:** Synchronize repo versions
367
+
368
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.20...standards-foaf-v0.0.3-next.21) (2026-01-23)
369
+
370
+
371
+ ### Miscellaneous Chores
372
+
373
+ * **standards-foaf:** Synchronize repo versions
374
+
375
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.19...standards-foaf-v0.0.3-next.20) (2026-01-21)
376
+
377
+
378
+ ### Miscellaneous Chores
379
+
380
+ * **standards-foaf:** Synchronize repo versions
381
+
382
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.18...standards-foaf-v0.0.3-next.19) (2026-01-21)
383
+
384
+
385
+ ### Miscellaneous Chores
386
+
387
+ * **standards-foaf:** Synchronize repo versions
388
+
389
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.17...standards-foaf-v0.0.3-next.18) (2026-01-21)
390
+
391
+
392
+ ### Miscellaneous Chores
393
+
394
+ * **standards-foaf:** Synchronize repo versions
395
+
396
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.16...standards-foaf-v0.0.3-next.17) (2026-01-21)
397
+
398
+
399
+ ### Bug Fixes
400
+
401
+ * updating the missing packages ([#114](https://github.com/iotaledger/twin-standards/issues/114)) ([90b03f8](https://github.com/iotaledger/twin-standards/commit/90b03f8bdcd81506284d74a445840386c2da2d35))
402
+
403
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.15...standards-foaf-v0.0.3-next.16) (2026-01-19)
404
+
405
+
406
+ ### Miscellaneous Chores
407
+
408
+ * **standards-foaf:** Synchronize repo versions
409
+
410
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.14...standards-foaf-v0.0.3-next.15) (2026-01-16)
411
+
412
+
413
+ ### Miscellaneous Chores
414
+
415
+ * **standards-foaf:** Synchronize repo versions
416
+
417
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.13...standards-foaf-v0.0.3-next.14) (2026-01-15)
418
+
419
+
420
+ ### Miscellaneous Chores
421
+
422
+ * **standards-foaf:** Synchronize repo versions
423
+
424
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.12...standards-foaf-v0.0.3-next.13) (2026-01-14)
425
+
426
+
427
+ ### Miscellaneous Chores
428
+
429
+ * **standards-foaf:** Synchronize repo versions
430
+
431
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.11...standards-foaf-v0.0.3-next.12) (2026-01-14)
432
+
433
+
434
+ ### Miscellaneous Chores
435
+
436
+ * **standards-foaf:** Synchronize repo versions
437
+
438
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.10...standards-foaf-v0.0.3-next.11) (2026-01-14)
439
+
440
+
441
+ ### Features
442
+
443
+ * improved namespaces and contexts ([#102](https://github.com/iotaledger/twin-standards/issues/102)) ([c74c370](https://github.com/iotaledger/twin-standards/commit/c74c370cd8145d6166ca4454353f3774c302ac3b))
444
+
445
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.9...standards-foaf-v0.0.3-next.10) (2026-01-13)
446
+
447
+
448
+ ### Miscellaneous Chores
449
+
450
+ * **standards-foaf:** Synchronize repo versions
451
+
452
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.8...standards-foaf-v0.0.3-next.9) (2026-01-09)
453
+
454
+
455
+ ### Miscellaneous Chores
456
+
457
+ * **standards-foaf:** Synchronize repo versions
458
+
459
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.7...standards-foaf-v0.0.3-next.8) (2026-01-08)
4
460
 
5
461
 
6
462
  ### Miscellaneous Chores
7
463
 
8
464
  * **standards-foaf:** Synchronize repo versions
9
465
 
10
- ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.6...standards-foaf-v0.0.3-next.7) (2026-01-06)
466
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.6...standards-foaf-v0.0.3-next.7) (2026-01-06)
11
467
 
12
468
 
13
469
  ### Features
14
470
 
15
- * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
471
+ * update type names ([#89](https://github.com/iotaledger/twin-standards/issues/89)) ([6fdef47](https://github.com/iotaledger/twin-standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
16
472
 
17
- ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.5...standards-foaf-v0.0.3-next.6) (2025-12-03)
473
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.5...standards-foaf-v0.0.3-next.6) (2025-12-03)
18
474
 
19
475
 
20
476
  ### Miscellaneous Chores
21
477
 
22
478
  * **standards-foaf:** Synchronize repo versions
23
479
 
24
- ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.4...standards-foaf-v0.0.3-next.5) (2025-11-28)
480
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.4...standards-foaf-v0.0.3-next.5) (2025-11-28)
25
481
 
26
482
 
27
483
  ### Miscellaneous Chores
28
484
 
29
485
  * **standards-foaf:** Synchronize repo versions
30
486
 
31
- ## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.3...standards-foaf-v0.0.3-next.4) (2025-11-18)
487
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.3...standards-foaf-v0.0.3-next.4) (2025-11-18)
32
488
 
33
489
 
34
490
  ### Miscellaneous Chores
35
491
 
36
492
  * **standards-foaf:** Synchronize repo versions
37
493
 
38
- ## [0.0.3-next.3](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.2...standards-foaf-v0.0.3-next.3) (2025-11-18)
494
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-foaf-v0.0.3-next.2...standards-foaf-v0.0.3-next.3) (2025-11-18)
39
495
 
40
496
 
41
497
  ### Features
42
498
 
43
- * add w3c dcat standards package ([#68](https://github.com/twinfoundation/standards/issues/68)) ([85746c6](https://github.com/twinfoundation/standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
499
+ * add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
44
500
 
45
501
  ## Changelog
package/docs/examples.md CHANGED
@@ -1 +1,21 @@
1
- # @twin.org/standards-foaf Examples
1
+ # Standards FOAF Examples
2
+
3
+ These snippets demonstrate registering schema support and defining person records with common FOAF terms.
4
+
5
+ ## FoafDataTypes
6
+
7
+ ```typescript
8
+ import { FoafContexts, FoafDataTypes, FoafTypes, type IFoafPerson } from '@twin.org/standards-foaf';
9
+
10
+ FoafDataTypes.registerRedirects();
11
+ FoafDataTypes.registerTypes();
12
+
13
+ const person: IFoafPerson = {
14
+ '@context': FoafContexts.Context,
15
+ type: FoafTypes.Person,
16
+ name: 'Alex Example',
17
+ mbox: 'mailto:alex@example.org'
18
+ };
19
+
20
+ console.log(person.type); // Person
21
+ ```
@@ -14,7 +14,7 @@ Data Type registration for FOAF
14
14
 
15
15
  ## Methods
16
16
 
17
- ### registerRedirects()
17
+ ### registerRedirects() {#registerredirects}
18
18
 
19
19
  > `static` **registerRedirects**(): `void`
20
20
 
@@ -26,7 +26,7 @@ Register redirects for FOAF namespace to enable offline JSON-LD processing.
26
26
 
27
27
  ***
28
28
 
29
- ### registerTypes()
29
+ ### registerTypes() {#registertypes}
30
30
 
31
31
  > `static` **registerTypes**(): `void`
32
32