Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ED/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,8 @@ <h2 property="schema:name">Identity</h2>
<h3 property="schema:name">WebID</h3>
<div datatype="rdf:HTML" property="schema:description">
<p>A <em>WebID</em> is an HTTP URI denoting an agent, for example a person, organisation, or software [<cite><a class="bibref" href="#bib-webid">WEBID</a></cite>]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an <em>RDF document</em> [<cite><a class="bibref" href="#bib-rdf11-concepts">RDF11-CONCEPTS</a></cite>] which uniquely describes an agent denoted by a WebID. WebIDs are an underpinning component in the Solid ecosystem and are used as the primary identifier for users and applications.</p>

<p>The RDF document provided by the server when a WebID is dereferenced must contain at least one statement whose subject is the WebID, whose predicate is <code>pim:storage</code> and whose object is a <a href="#storage">storage</a> <a href="#root-container">root container</a>.</p>
</div>
</section>
</div>
Expand Down