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

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