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

Commit ddd6bdd

Browse files
committed
Fix old inbox URLs
1 parent 8d8d7cc commit ddd6bdd

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

recommendations-server.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,15 @@ space#preferencesFile](http://www.w3.org/ns/pim/space#preferencesFile) property.
5555
##### `/inbox/` (Inbox)
5656

5757
A container to serve as a default primary channel for
58-
notifications. Note that this is complementary (and not necessarily replacing)
59-
app-specific notification inboxes such as the one used by
60-
[Dokieli](https://github.com/linkeddata/dokieli).
58+
notifications.
59+
6160
**Default ACL:** append-only by public, read by owner.
6261

63-
Discoverable from profile via
64-
[solid-terms](https://github.com/solid/vocab/blob/master/solid-terms.ttl)#Inbox
65-
property.
62+
Discoverable from profile using the [ldp:inbox](http://www.w3.org/ns/ldp#inbox) property as specified in [W3C Linked Data Notifications](https://www.w3.org/TR/ldn/).
6663

6764
```ttl
6865
<#me>
69-
<http://www.w3.org/ns/solid/terms#inbox> <../inbox/> ;
66+
<http://www.w3.org/ns/ldp#inbox> <../inbox/> ;
7067
```
7168

7269
## CORS - Cross Origin Resource Sharing

solid-webid-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Example:
263263
# ...
264264
<#me>
265265
a foaf:Person ;
266-
<http://www.w3.org/ns/solid/terms#inbox> </inbox/> .
266+
<http://www.w3.org/ns/ldp#inbox> </inbox/> .
267267
```
268268

269269
### Type Registry Index Discovery

0 commit comments

Comments
 (0)