@twin.org/standards-foaf 0.0.3-next.55 → 0.0.3-next.57

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.
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.57](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.56...standards-foaf-v0.0.3-next.57) (2026-03-20)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-foaf:** Synchronize repo versions
9
+
10
+ ## [0.0.3-next.56](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.55...standards-foaf-v0.0.3-next.56) (2026-03-20)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **standards-foaf:** Synchronize repo versions
16
+
3
17
  ## [0.0.3-next.55](https://github.com/twinfoundation/standards/compare/standards-foaf-v0.0.3-next.54...standards-foaf-v0.0.3-next.55) (2026-03-19)
4
18
 
5
19
 
@@ -20,7 +20,7 @@ http://xmlns.com/foaf/0.1/
20
20
 
21
21
  ### @context? {#context}
22
22
 
23
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
23
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
24
24
 
25
25
  The LD Context.
26
26
 
@@ -40,7 +40,7 @@ Type.
40
40
 
41
41
  ### age? {#age}
42
42
 
43
- > `optional` **age**: `number`
43
+ > `optional` **age?**: `number`
44
44
 
45
45
  The age in years of some agent.
46
46
 
@@ -52,7 +52,7 @@ http://xmlns.com/foaf/spec/#term_age
52
52
 
53
53
  ### made? {#made}
54
54
 
55
- > `optional` **made**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
55
+ > `optional` **made?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
56
56
 
57
57
  Something that was made by this agent.
58
58
 
@@ -64,7 +64,7 @@ http://xmlns.com/foaf/spec/#term_made
64
64
 
65
65
  ### weblog? {#weblog}
66
66
 
67
- > `optional` **weblog**: [`IFoafDocument`](IFoafDocument.md)
67
+ > `optional` **weblog?**: [`IFoafDocument`](IFoafDocument.md)
68
68
 
69
69
  A weblog of some thing (whether person, group, company etc.).
70
70
 
@@ -76,7 +76,7 @@ http://xmlns.com/foaf/spec/#term_weblog
76
76
 
77
77
  ### openid? {#openid}
78
78
 
79
- > `optional` **openid**: [`IFoafDocument`](IFoafDocument.md)
79
+ > `optional` **openid?**: [`IFoafDocument`](IFoafDocument.md)
80
80
 
81
81
  An OpenID for an agent.
82
82
 
@@ -88,7 +88,7 @@ http://xmlns.com/foaf/spec/#term_openid
88
88
 
89
89
  ### interest? {#interest}
90
90
 
91
- > `optional` **interest**: [`IFoafDocument`](IFoafDocument.md)
91
+ > `optional` **interest?**: [`IFoafDocument`](IFoafDocument.md)
92
92
 
93
93
  A page about a topic of interest to this person.
94
94
 
@@ -100,7 +100,7 @@ http://xmlns.com/foaf/spec/#term_interest
100
100
 
101
101
  ### topic\_interest? {#topic_interest}
102
102
 
103
- > `optional` **topic\_interest**: `IJsonLdNodeObject`
103
+ > `optional` **topic\_interest?**: `IJsonLdNodeObject`
104
104
 
105
105
  A thing of interest to this person.
106
106
 
@@ -112,7 +112,7 @@ http://xmlns.com/foaf/spec/#term_topic_interest
112
112
 
113
113
  ### @id? {#id}
114
114
 
115
- > `optional` **@id**: `string`
115
+ > `optional` **@id?**: `string`
116
116
 
117
117
  The unique identifier for the FOAF object.
118
118
 
@@ -124,7 +124,7 @@ The unique identifier for the FOAF object.
124
124
 
125
125
  ### name? {#name}
126
126
 
127
- > `optional` **name**: `string`
127
+ > `optional` **name?**: `string`
128
128
 
129
129
  A name for some thing.
130
130
 
@@ -140,7 +140,7 @@ http://xmlns.com/foaf/spec/#term_name
140
140
 
141
141
  ### title? {#title}
142
142
 
143
- > `optional` **title**: `string`
143
+ > `optional` **title?**: `string`
144
144
 
145
145
  Title (Mr, Mrs, Ms, Dr. etc)
146
146
 
@@ -156,7 +156,7 @@ http://xmlns.com/foaf/spec/#term_title
156
156
 
157
157
  ### mbox? {#mbox}
158
158
 
159
- > `optional` **mbox**: `string`
159
+ > `optional` **mbox?**: `string`
160
160
 
161
161
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
162
162
 
@@ -172,7 +172,7 @@ http://xmlns.com/foaf/spec/#term_mbox
172
172
 
173
173
  ### homepage? {#homepage}
174
174
 
175
- > `optional` **homepage**: `string`
175
+ > `optional` **homepage?**: `string`
176
176
 
177
177
  A homepage for some thing.
178
178
 
@@ -188,7 +188,7 @@ http://xmlns.com/foaf/spec/#term_homepage
188
188
 
189
189
  ### depiction? {#depiction}
190
190
 
191
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
191
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
192
192
 
193
193
  A depiction of some thing.
194
194
 
@@ -15,7 +15,7 @@ http://xmlns.com/foaf/0.1/
15
15
 
16
16
  ### @context? {#context}
17
17
 
18
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
18
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
19
19
 
20
20
  The LD Context.
21
21
 
@@ -23,7 +23,7 @@ The LD Context.
23
23
 
24
24
  ### @id? {#id}
25
25
 
26
- > `optional` **@id**: `string`
26
+ > `optional` **@id?**: `string`
27
27
 
28
28
  The unique identifier for the FOAF object.
29
29
 
@@ -31,7 +31,7 @@ The unique identifier for the FOAF object.
31
31
 
32
32
  ### name? {#name}
33
33
 
34
- > `optional` **name**: `string`
34
+ > `optional` **name?**: `string`
35
35
 
36
36
  A name for some thing.
37
37
 
@@ -43,7 +43,7 @@ http://xmlns.com/foaf/spec/#term_name
43
43
 
44
44
  ### title? {#title}
45
45
 
46
- > `optional` **title**: `string`
46
+ > `optional` **title?**: `string`
47
47
 
48
48
  Title (Mr, Mrs, Ms, Dr. etc)
49
49
 
@@ -55,7 +55,7 @@ http://xmlns.com/foaf/spec/#term_title
55
55
 
56
56
  ### mbox? {#mbox}
57
57
 
58
- > `optional` **mbox**: `string`
58
+ > `optional` **mbox?**: `string`
59
59
 
60
60
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
61
61
 
@@ -67,7 +67,7 @@ http://xmlns.com/foaf/spec/#term_mbox
67
67
 
68
68
  ### homepage? {#homepage}
69
69
 
70
- > `optional` **homepage**: `string`
70
+ > `optional` **homepage?**: `string`
71
71
 
72
72
  A homepage for some thing.
73
73
 
@@ -79,7 +79,7 @@ http://xmlns.com/foaf/spec/#term_homepage
79
79
 
80
80
  ### depiction? {#depiction}
81
81
 
82
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
82
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
83
83
 
84
84
  A depiction of some thing.
85
85
 
@@ -18,7 +18,7 @@ http://xmlns.com/foaf/0.1/
18
18
 
19
19
  ### @id? {#id}
20
20
 
21
- > `optional` **@id**: `string`
21
+ > `optional` **@id?**: `string`
22
22
 
23
23
  The unique identifier for the FOAF object.
24
24
 
@@ -30,7 +30,7 @@ The unique identifier for the FOAF object.
30
30
 
31
31
  ### name? {#name}
32
32
 
33
- > `optional` **name**: `string`
33
+ > `optional` **name?**: `string`
34
34
 
35
35
  A name for some thing.
36
36
 
@@ -46,7 +46,7 @@ http://xmlns.com/foaf/spec/#term_name
46
46
 
47
47
  ### title? {#title}
48
48
 
49
- > `optional` **title**: `string`
49
+ > `optional` **title?**: `string`
50
50
 
51
51
  Title (Mr, Mrs, Ms, Dr. etc)
52
52
 
@@ -62,7 +62,7 @@ http://xmlns.com/foaf/spec/#term_title
62
62
 
63
63
  ### mbox? {#mbox}
64
64
 
65
- > `optional` **mbox**: `string`
65
+ > `optional` **mbox?**: `string`
66
66
 
67
67
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
68
68
 
@@ -78,7 +78,7 @@ http://xmlns.com/foaf/spec/#term_mbox
78
78
 
79
79
  ### homepage? {#homepage}
80
80
 
81
- > `optional` **homepage**: `string`
81
+ > `optional` **homepage?**: `string`
82
82
 
83
83
  A homepage for some thing.
84
84
 
@@ -94,7 +94,7 @@ http://xmlns.com/foaf/spec/#term_homepage
94
94
 
95
95
  ### depiction? {#depiction}
96
96
 
97
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
97
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
98
98
 
99
99
  A depiction of some thing.
100
100
 
@@ -110,7 +110,7 @@ http://xmlns.com/foaf/spec/#term_depiction
110
110
 
111
111
  ### @context? {#context}
112
112
 
113
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
113
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
114
114
 
115
115
  The LD Context.
116
116
 
@@ -130,7 +130,7 @@ Type.
130
130
 
131
131
  ### topic? {#topic}
132
132
 
133
- > `optional` **topic**: `string`
133
+ > `optional` **topic?**: `string`
134
134
 
135
135
  A topic of some page or document.
136
136
 
@@ -142,7 +142,7 @@ http://xmlns.com/foaf/spec/#term_topic
142
142
 
143
143
  ### primaryTopic? {#primarytopic}
144
144
 
145
- > `optional` **primaryTopic**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
145
+ > `optional` **primaryTopic?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
146
146
 
147
147
  The primary topic of some page or document.
148
148
 
@@ -154,7 +154,7 @@ http://xmlns.com/foaf/spec/#term_primaryTopic
154
154
 
155
155
  ### sha1? {#sha1}
156
156
 
157
- > `optional` **sha1**: `string`
157
+ > `optional` **sha1?**: `string`
158
158
 
159
159
  A sha1sum hash, in hex.
160
160
 
@@ -14,7 +14,7 @@ http://xmlns.com/foaf/0.1/
14
14
 
15
15
  ### age? {#age}
16
16
 
17
- > `optional` **age**: `number`
17
+ > `optional` **age?**: `number`
18
18
 
19
19
  The age in years of some agent.
20
20
 
@@ -30,7 +30,7 @@ http://xmlns.com/foaf/spec/#term_age
30
30
 
31
31
  ### made? {#made}
32
32
 
33
- > `optional` **made**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
33
+ > `optional` **made?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
34
34
 
35
35
  Something that was made by this agent.
36
36
 
@@ -46,7 +46,7 @@ http://xmlns.com/foaf/spec/#term_made
46
46
 
47
47
  ### weblog? {#weblog}
48
48
 
49
- > `optional` **weblog**: [`IFoafDocument`](IFoafDocument.md)
49
+ > `optional` **weblog?**: [`IFoafDocument`](IFoafDocument.md)
50
50
 
51
51
  A weblog of some thing (whether person, group, company etc.).
52
52
 
@@ -62,7 +62,7 @@ http://xmlns.com/foaf/spec/#term_weblog
62
62
 
63
63
  ### openid? {#openid}
64
64
 
65
- > `optional` **openid**: [`IFoafDocument`](IFoafDocument.md)
65
+ > `optional` **openid?**: [`IFoafDocument`](IFoafDocument.md)
66
66
 
67
67
  An OpenID for an agent.
68
68
 
@@ -78,7 +78,7 @@ http://xmlns.com/foaf/spec/#term_openid
78
78
 
79
79
  ### interest? {#interest}
80
80
 
81
- > `optional` **interest**: [`IFoafDocument`](IFoafDocument.md)
81
+ > `optional` **interest?**: [`IFoafDocument`](IFoafDocument.md)
82
82
 
83
83
  A page about a topic of interest to this person.
84
84
 
@@ -94,7 +94,7 @@ http://xmlns.com/foaf/spec/#term_interest
94
94
 
95
95
  ### topic\_interest? {#topic_interest}
96
96
 
97
- > `optional` **topic\_interest**: `IJsonLdNodeObject`
97
+ > `optional` **topic\_interest?**: `IJsonLdNodeObject`
98
98
 
99
99
  A thing of interest to this person.
100
100
 
@@ -110,7 +110,7 @@ http://xmlns.com/foaf/spec/#term_topic_interest
110
110
 
111
111
  ### @id? {#id}
112
112
 
113
- > `optional` **@id**: `string`
113
+ > `optional` **@id?**: `string`
114
114
 
115
115
  The unique identifier for the FOAF object.
116
116
 
@@ -122,7 +122,7 @@ The unique identifier for the FOAF object.
122
122
 
123
123
  ### name? {#name}
124
124
 
125
- > `optional` **name**: `string`
125
+ > `optional` **name?**: `string`
126
126
 
127
127
  A name for some thing.
128
128
 
@@ -138,7 +138,7 @@ http://xmlns.com/foaf/spec/#term_name
138
138
 
139
139
  ### title? {#title}
140
140
 
141
- > `optional` **title**: `string`
141
+ > `optional` **title?**: `string`
142
142
 
143
143
  Title (Mr, Mrs, Ms, Dr. etc)
144
144
 
@@ -154,7 +154,7 @@ http://xmlns.com/foaf/spec/#term_title
154
154
 
155
155
  ### mbox? {#mbox}
156
156
 
157
- > `optional` **mbox**: `string`
157
+ > `optional` **mbox?**: `string`
158
158
 
159
159
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
160
160
 
@@ -170,7 +170,7 @@ http://xmlns.com/foaf/spec/#term_mbox
170
170
 
171
171
  ### homepage? {#homepage}
172
172
 
173
- > `optional` **homepage**: `string`
173
+ > `optional` **homepage?**: `string`
174
174
 
175
175
  A homepage for some thing.
176
176
 
@@ -186,7 +186,7 @@ http://xmlns.com/foaf/spec/#term_homepage
186
186
 
187
187
  ### depiction? {#depiction}
188
188
 
189
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
189
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
190
190
 
191
191
  A depiction of some thing.
192
192
 
@@ -202,7 +202,7 @@ http://xmlns.com/foaf/spec/#term_depiction
202
202
 
203
203
  ### @context? {#context}
204
204
 
205
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
205
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
206
206
 
207
207
  The LD Context.
208
208
 
@@ -226,7 +226,7 @@ Type.
226
226
 
227
227
  ### member? {#member}
228
228
 
229
- > `optional` **member**: `ObjectOrArray`\<[`IFoafAgent`](IFoafAgent.md)\>
229
+ > `optional` **member?**: `ObjectOrArray`\<[`IFoafAgent`](IFoafAgent.md)\>
230
230
 
231
231
  Indicates a member of a Group
232
232
 
@@ -14,7 +14,7 @@ http://xmlns.com/foaf/0.1/
14
14
 
15
15
  ### @id? {#id}
16
16
 
17
- > `optional` **@id**: `string`
17
+ > `optional` **@id?**: `string`
18
18
 
19
19
  The unique identifier for the FOAF object.
20
20
 
@@ -26,7 +26,7 @@ The unique identifier for the FOAF object.
26
26
 
27
27
  ### name? {#name}
28
28
 
29
- > `optional` **name**: `string`
29
+ > `optional` **name?**: `string`
30
30
 
31
31
  A name for some thing.
32
32
 
@@ -42,7 +42,7 @@ http://xmlns.com/foaf/spec/#term_name
42
42
 
43
43
  ### title? {#title}
44
44
 
45
- > `optional` **title**: `string`
45
+ > `optional` **title?**: `string`
46
46
 
47
47
  Title (Mr, Mrs, Ms, Dr. etc)
48
48
 
@@ -58,7 +58,7 @@ http://xmlns.com/foaf/spec/#term_title
58
58
 
59
59
  ### mbox? {#mbox}
60
60
 
61
- > `optional` **mbox**: `string`
61
+ > `optional` **mbox?**: `string`
62
62
 
63
63
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
64
64
 
@@ -74,7 +74,7 @@ http://xmlns.com/foaf/spec/#term_mbox
74
74
 
75
75
  ### homepage? {#homepage}
76
76
 
77
- > `optional` **homepage**: `string`
77
+ > `optional` **homepage?**: `string`
78
78
 
79
79
  A homepage for some thing.
80
80
 
@@ -90,7 +90,7 @@ http://xmlns.com/foaf/spec/#term_homepage
90
90
 
91
91
  ### depiction? {#depiction}
92
92
 
93
- > `optional` **depiction**: `IFoafImage`
93
+ > `optional` **depiction?**: `IFoafImage`
94
94
 
95
95
  A depiction of some thing.
96
96
 
@@ -106,7 +106,7 @@ http://xmlns.com/foaf/spec/#term_depiction
106
106
 
107
107
  ### topic? {#topic}
108
108
 
109
- > `optional` **topic**: `string`
109
+ > `optional` **topic?**: `string`
110
110
 
111
111
  A topic of some page or document.
112
112
 
@@ -122,7 +122,7 @@ http://xmlns.com/foaf/spec/#term_topic
122
122
 
123
123
  ### primaryTopic? {#primarytopic}
124
124
 
125
- > `optional` **primaryTopic**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
125
+ > `optional` **primaryTopic?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
126
126
 
127
127
  The primary topic of some page or document.
128
128
 
@@ -138,7 +138,7 @@ http://xmlns.com/foaf/spec/#term_primaryTopic
138
138
 
139
139
  ### sha1? {#sha1}
140
140
 
141
- > `optional` **sha1**: `string`
141
+ > `optional` **sha1?**: `string`
142
142
 
143
143
  A sha1sum hash, in hex.
144
144
 
@@ -154,7 +154,7 @@ http://xmlns.com/foaf/spec/#term_sha1sum
154
154
 
155
155
  ### @context? {#context}
156
156
 
157
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
157
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
158
158
 
159
159
  The LD Context.
160
160
 
@@ -178,7 +178,7 @@ Type.
178
178
 
179
179
  ### depicts? {#depicts}
180
180
 
181
- > `optional` **depicts**: `IJsonLdNodeObject`
181
+ > `optional` **depicts?**: `IJsonLdNodeObject`
182
182
 
183
183
  A thing depicted in this representation.
184
184
 
@@ -190,7 +190,7 @@ http://xmlns.com/foaf/spec/#term_depicts
190
190
 
191
191
  ### thumbnail? {#thumbnail}
192
192
 
193
- > `optional` **thumbnail**: `IFoafImage`
193
+ > `optional` **thumbnail?**: `IFoafImage`
194
194
 
195
195
  A derived thumbnail image.
196
196
 
@@ -14,7 +14,7 @@ http://xmlns.com/foaf/0.1/
14
14
 
15
15
  ### age? {#age}
16
16
 
17
- > `optional` **age**: `number`
17
+ > `optional` **age?**: `number`
18
18
 
19
19
  The age in years of some agent.
20
20
 
@@ -30,7 +30,7 @@ http://xmlns.com/foaf/spec/#term_age
30
30
 
31
31
  ### made? {#made}
32
32
 
33
- > `optional` **made**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
33
+ > `optional` **made?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
34
34
 
35
35
  Something that was made by this agent.
36
36
 
@@ -46,7 +46,7 @@ http://xmlns.com/foaf/spec/#term_made
46
46
 
47
47
  ### weblog? {#weblog}
48
48
 
49
- > `optional` **weblog**: [`IFoafDocument`](IFoafDocument.md)
49
+ > `optional` **weblog?**: [`IFoafDocument`](IFoafDocument.md)
50
50
 
51
51
  A weblog of some thing (whether person, group, company etc.).
52
52
 
@@ -62,7 +62,7 @@ http://xmlns.com/foaf/spec/#term_weblog
62
62
 
63
63
  ### openid? {#openid}
64
64
 
65
- > `optional` **openid**: [`IFoafDocument`](IFoafDocument.md)
65
+ > `optional` **openid?**: [`IFoafDocument`](IFoafDocument.md)
66
66
 
67
67
  An OpenID for an agent.
68
68
 
@@ -78,7 +78,7 @@ http://xmlns.com/foaf/spec/#term_openid
78
78
 
79
79
  ### interest? {#interest}
80
80
 
81
- > `optional` **interest**: [`IFoafDocument`](IFoafDocument.md)
81
+ > `optional` **interest?**: [`IFoafDocument`](IFoafDocument.md)
82
82
 
83
83
  A page about a topic of interest to this person.
84
84
 
@@ -94,7 +94,7 @@ http://xmlns.com/foaf/spec/#term_interest
94
94
 
95
95
  ### topic\_interest? {#topic_interest}
96
96
 
97
- > `optional` **topic\_interest**: `IJsonLdNodeObject`
97
+ > `optional` **topic\_interest?**: `IJsonLdNodeObject`
98
98
 
99
99
  A thing of interest to this person.
100
100
 
@@ -110,7 +110,7 @@ http://xmlns.com/foaf/spec/#term_topic_interest
110
110
 
111
111
  ### @id? {#id}
112
112
 
113
- > `optional` **@id**: `string`
113
+ > `optional` **@id?**: `string`
114
114
 
115
115
  The unique identifier for the FOAF object.
116
116
 
@@ -122,7 +122,7 @@ The unique identifier for the FOAF object.
122
122
 
123
123
  ### name? {#name}
124
124
 
125
- > `optional` **name**: `string`
125
+ > `optional` **name?**: `string`
126
126
 
127
127
  A name for some thing.
128
128
 
@@ -138,7 +138,7 @@ http://xmlns.com/foaf/spec/#term_name
138
138
 
139
139
  ### title? {#title}
140
140
 
141
- > `optional` **title**: `string`
141
+ > `optional` **title?**: `string`
142
142
 
143
143
  Title (Mr, Mrs, Ms, Dr. etc)
144
144
 
@@ -154,7 +154,7 @@ http://xmlns.com/foaf/spec/#term_title
154
154
 
155
155
  ### mbox? {#mbox}
156
156
 
157
- > `optional` **mbox**: `string`
157
+ > `optional` **mbox?**: `string`
158
158
 
159
159
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
160
160
 
@@ -170,7 +170,7 @@ http://xmlns.com/foaf/spec/#term_mbox
170
170
 
171
171
  ### homepage? {#homepage}
172
172
 
173
- > `optional` **homepage**: `string`
173
+ > `optional` **homepage?**: `string`
174
174
 
175
175
  A homepage for some thing.
176
176
 
@@ -186,7 +186,7 @@ http://xmlns.com/foaf/spec/#term_homepage
186
186
 
187
187
  ### depiction? {#depiction}
188
188
 
189
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
189
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
190
190
 
191
191
  A depiction of some thing.
192
192
 
@@ -202,7 +202,7 @@ http://xmlns.com/foaf/spec/#term_depiction
202
202
 
203
203
  ### @context? {#context}
204
204
 
205
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
205
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
206
206
 
207
207
  The LD Context.
208
208
 
@@ -14,7 +14,7 @@ http://xmlns.com/foaf/0.1/
14
14
 
15
15
  ### age? {#age}
16
16
 
17
- > `optional` **age**: `number`
17
+ > `optional` **age?**: `number`
18
18
 
19
19
  The age in years of some agent.
20
20
 
@@ -30,7 +30,7 @@ http://xmlns.com/foaf/spec/#term_age
30
30
 
31
31
  ### made? {#made}
32
32
 
33
- > `optional` **made**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
33
+ > `optional` **made?**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
34
34
 
35
35
  Something that was made by this agent.
36
36
 
@@ -46,7 +46,7 @@ http://xmlns.com/foaf/spec/#term_made
46
46
 
47
47
  ### weblog? {#weblog}
48
48
 
49
- > `optional` **weblog**: [`IFoafDocument`](IFoafDocument.md)
49
+ > `optional` **weblog?**: [`IFoafDocument`](IFoafDocument.md)
50
50
 
51
51
  A weblog of some thing (whether person, group, company etc.).
52
52
 
@@ -62,7 +62,7 @@ http://xmlns.com/foaf/spec/#term_weblog
62
62
 
63
63
  ### openid? {#openid}
64
64
 
65
- > `optional` **openid**: [`IFoafDocument`](IFoafDocument.md)
65
+ > `optional` **openid?**: [`IFoafDocument`](IFoafDocument.md)
66
66
 
67
67
  An OpenID for an agent.
68
68
 
@@ -78,7 +78,7 @@ http://xmlns.com/foaf/spec/#term_openid
78
78
 
79
79
  ### interest? {#interest}
80
80
 
81
- > `optional` **interest**: [`IFoafDocument`](IFoafDocument.md)
81
+ > `optional` **interest?**: [`IFoafDocument`](IFoafDocument.md)
82
82
 
83
83
  A page about a topic of interest to this person.
84
84
 
@@ -94,7 +94,7 @@ http://xmlns.com/foaf/spec/#term_interest
94
94
 
95
95
  ### topic\_interest? {#topic_interest}
96
96
 
97
- > `optional` **topic\_interest**: `IJsonLdNodeObject`
97
+ > `optional` **topic\_interest?**: `IJsonLdNodeObject`
98
98
 
99
99
  A thing of interest to this person.
100
100
 
@@ -110,7 +110,7 @@ http://xmlns.com/foaf/spec/#term_topic_interest
110
110
 
111
111
  ### @id? {#id}
112
112
 
113
- > `optional` **@id**: `string`
113
+ > `optional` **@id?**: `string`
114
114
 
115
115
  The unique identifier for the FOAF object.
116
116
 
@@ -122,7 +122,7 @@ The unique identifier for the FOAF object.
122
122
 
123
123
  ### name? {#name}
124
124
 
125
- > `optional` **name**: `string`
125
+ > `optional` **name?**: `string`
126
126
 
127
127
  A name for some thing.
128
128
 
@@ -138,7 +138,7 @@ http://xmlns.com/foaf/spec/#term_name
138
138
 
139
139
  ### title? {#title}
140
140
 
141
- > `optional` **title**: `string`
141
+ > `optional` **title?**: `string`
142
142
 
143
143
  Title (Mr, Mrs, Ms, Dr. etc)
144
144
 
@@ -154,7 +154,7 @@ http://xmlns.com/foaf/spec/#term_title
154
154
 
155
155
  ### mbox? {#mbox}
156
156
 
157
- > `optional` **mbox**: `string`
157
+ > `optional` **mbox?**: `string`
158
158
 
159
159
  A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox
160
160
 
@@ -170,7 +170,7 @@ http://xmlns.com/foaf/spec/#term_mbox
170
170
 
171
171
  ### homepage? {#homepage}
172
172
 
173
- > `optional` **homepage**: `string`
173
+ > `optional` **homepage?**: `string`
174
174
 
175
175
  A homepage for some thing.
176
176
 
@@ -186,7 +186,7 @@ http://xmlns.com/foaf/spec/#term_homepage
186
186
 
187
187
  ### depiction? {#depiction}
188
188
 
189
- > `optional` **depiction**: [`IFoafImage`](IFoafImage.md)
189
+ > `optional` **depiction?**: [`IFoafImage`](IFoafImage.md)
190
190
 
191
191
  A depiction of some thing.
192
192
 
@@ -202,7 +202,7 @@ http://xmlns.com/foaf/spec/#term_depiction
202
202
 
203
203
  ### @context? {#context}
204
204
 
205
- > `optional` **@context**: [`FoafContextType`](../type-aliases/FoafContextType.md)
205
+ > `optional` **@context?**: [`FoafContextType`](../type-aliases/FoafContextType.md)
206
206
 
207
207
  The LD Context.
208
208
 
@@ -226,7 +226,7 @@ Type.
226
226
 
227
227
  ### familyName? {#familyname}
228
228
 
229
- > `optional` **familyName**: `string`
229
+ > `optional` **familyName?**: `string`
230
230
 
231
231
  The family name of some person.
232
232
 
@@ -238,7 +238,7 @@ http://xmlns.com/foaf/spec/#term_familyName
238
238
 
239
239
  ### givenName? {#givenname}
240
240
 
241
- > `optional` **givenName**: `string`
241
+ > `optional` **givenName?**: `string`
242
242
 
243
243
  The given name of some person.
244
244
 
@@ -250,7 +250,7 @@ http://xmlns.com/foaf/spec/#term_givenName
250
250
 
251
251
  ### knows? {#knows}
252
252
 
253
- > `optional` **knows**: `ObjectOrArray`\<[`IFoafAgent`](IFoafAgent.md)\>
253
+ > `optional` **knows?**: `ObjectOrArray`\<[`IFoafAgent`](IFoafAgent.md)\>
254
254
 
255
255
  A person known by this person (indicating some level of reciprocated interaction between the parties).
256
256
 
@@ -262,7 +262,7 @@ http://xmlns.com/foaf/spec/#term_knows
262
262
 
263
263
  ### img? {#img}
264
264
 
265
- > `optional` **img**: [`IFoafImage`](IFoafImage.md)
265
+ > `optional` **img?**: [`IFoafImage`](IFoafImage.md)
266
266
 
267
267
  An image that can be used to represent some thing.
268
268
 
@@ -274,7 +274,7 @@ http://xmlns.com/foaf/spec/#term_img
274
274
 
275
275
  ### nick? {#nick}
276
276
 
277
- > `optional` **nick**: `string`
277
+ > `optional` **nick?**: `string`
278
278
 
279
279
  A short informal nickname characterizing an agent (includes login identifiers, IRC and other chat nicknames).
280
280
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-foaf",
3
- "version": "0.0.3-next.55",
3
+ "version": "0.0.3-next.57",
4
4
  "description": "Data models for the FOAF vocabulary.",
5
5
  "repository": {
6
6
  "type": "git",