You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: UserStories/BrowsingTheFriendshipGraph.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
The Linked Data People graph extends to several million organic user profiles over hundreds of multiple domains. If facebook is included (they are producers of linked data via turtle) it extends to over 1.4 billion profiles.
14
14
15
-
Facebook profiles generally require an OAuth token to use the API, this enables access control and viewing priveledges. Solid in general uses WebAccessControl and ACL's to achieve the same thing, but implementors may choose which approach they wish to take.
15
+
Facebook profiles generally require an OAuth token to use the API, this enables access control and viewing privileges. Solid in general uses WebAccessControl and ACL's to achieve the same thing, but implementors may choose which approach they wish to take.
16
16
17
17
In Solid people are denoted by an HTTP URI. Normally, as a best practice the URI contains a fragment identifier (#). This is to help software disambiguate between an HTTP document and the person it talks about, in much the same way that a passport contains information about a person but a passport ID is the ID of that document, not the person.
Copy file name to clipboardExpand all lines: UserStories/UserProfileManagement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ She can do this either with a PUT which requires re-sending the full document as
152
152
153
153
#### update using PUT
154
154
155
-
PUT is the easiest for the client, as it does not have to calculate a diff between the original version it has and the version it wishes to have. We use If-Match, to make sure we don't override someone elses content.
155
+
PUT is the easiest for the client, as it does not have to calculate a diff between the original version it has and the version it wishes to have. We use If-Match, to make sure we don't override someone else's content.
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/).
0 commit comments