@@ -92,9 +92,9 @@ statements:
92
92
1 . A profile MUST include a ` foaf:name ` (see the discussion
93
93
on [ user names] ( #recommendation-for-user-names-in-profiles ) below).
94
94
This does not have to be a real name, it can by any pseudnym, but
95
- a string proided for apps to use for representing the user, in chats, sharing etc etc.
95
+ a string provided for apps to use for representing the user, in chats, sharing etc etc.
96
96
2 . A profile SHOULD include a public ` foaf:image ` of either a mugshot of the person or a chosen avatar
97
- to make the display of the user's contributions identifyable .
97
+ to make the display of the user's contributions identifiable .
98
98
3 . A profile MAY provide a ` foaf:nick ` nickname as a short string for use by user interfaces where
99
99
space is limited.
100
100
3 . A profile SHOULD include ` cert:key ` public key certificate information, for
@@ -131,7 +131,7 @@ what to name the user, is to perform the following steps:
131
131
1 . An app SHOULD look in the user's WebID Profile for the ` foaf:name ` predicate,
132
132
and use that as the name, if it's available.
133
133
2 . If an app does not find a name in the user profile, it MAY fall back to using
134
- the WebID URL, r a part ofo it, as the username.
134
+ the WebID URL, or a part of it, as the username.
135
135
136
136
## Public and Private Profiles
137
137
@@ -175,18 +175,18 @@ by following a triple in the main profile (the result of looking up the webid)
175
175
176
176
Where the subject is the user's original webid.
177
177
178
- It is the first private file that the app discovers in thie process, and
178
+ It is the first private file that the app discovers in this process, and
179
179
it is the place which either stores, or leads to, all of the
180
180
data which is private to the user, including settings
181
181
and preferences, language and display preferences, and so on
182
- and all the user's pesonal data, be it conntacts , pictures or health data.
182
+ and all the user's pesonal data, be it contacts , pictures or health data.
183
183
184
184
The ` solid:preferencesFile ` link is unusual then in that it is a link
185
- from public data to private data. Otherwise, discovery happes in two
186
- parallelel but otherwise congruent ways, in a tree of public information starting from
185
+ from public data to private data. Otherwise, discovery happens in two
186
+ parallel but otherwise congruent ways, in a tree of public information starting from
187
187
the extended profile, and a tree of private information starting from the
188
- private preferences file. Developers use urged to use common software for
189
- these cases, and also to make it extenssible in future for when
188
+ private preferences file. Developers are urged to use common software for
189
+ these cases, and also to make it extensible in future for when
190
190
the congruent trees may be rooted in files corresponding to groups and organizations
191
191
of which the user is a member.
192
192
0 commit comments