Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 19833a9

Browse files
Update the Type Index Discovery section of the Profile spec
1 parent 0181f13 commit 19833a9

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

solid-webid-profiles.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ versioned as a whole.
1414
* [Recommendation for User Names in
1515
Profiles](#recommendation-for-user-names-in-profiles)
1616
* [Public and Private Profiles](#public-and-private-profiles)
17+
* [Extended Profile](#extended-profile)
1718
* [Public Key Certificates](#public-key-certificates)
1819
* [Account Resource Discovery](#account-resource-discovery)
1920
* [Storage Discovery](#storage-discovery)
@@ -239,13 +240,23 @@ resources.
239240
If links to type indexes exist, there MUST be only *one link each* to a private
240241
and a public type registry index file, respectively.
241242

242-
For example:
243+
For example, a link to the Listed Type Index in the main profile document:
243244

244245
```
245246
# ...
246247
<#me>
247248
a foaf:Person ;
248-
<http://www.w3.org/ns/solid/terms#typeIndex>
249-
</settings/publicTypeIndex.ttl> ,
249+
<http://www.w3.org/ns/solid/terms#publicTypeIndex>
250+
</settings/publicTypeIndex.ttl> .
251+
```
252+
253+
And an example corresponding link to the Unlisted Type Index, in a private
254+
resources of the Extended Profile, such as the Preferences file
255+
(in `/settings/prefs.ttl`):
256+
257+
```
258+
# ...
259+
<#me>
260+
<http://www.w3.org/ns/solid/terms#privateTypeIndex>
250261
</settings/privateTypeIndex.ttl> .
251262
```

0 commit comments

Comments
 (0)