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

Commit 964c845

Browse files
committed
Fix capitalization
Solid is no longer CamelCase.
1 parent 05375ef commit 964c845

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

UserStories/BrowsingTheFriendshipGraph.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
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.
1414

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 priveledges. Solid in general uses WebAccessControl and ACL's to achieve the same thing, but implementors may choose which approach they wish to take.
1616

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.
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.
1818

19-
SoLiD's implementation is based on the W3C REC RDF, and in general uses the WebID spec, and FOAF vocabulary, but is not limited to either.
19+
Solid's implementation is based on the W3C REC RDF, and in general uses the WebID spec, and FOAF vocabulary, but is not limited to either.
2020

2121
Friendship connections are open ended, but normally based on the foaf : knows predicate, to indicate one person knows another. In practice, over the past 10+ years of foaf, knows has loosely been associated with friends, as assumed by software, but this could change in future, with consensus.
2222

0 commit comments

Comments
 (0)