Skip to content

Commit 677293f

Browse files
authored
Require pim:storage predicate if WebID is in agent's storage
Following the discussion in solid/specification#772 - this PR requires that WebID's conforming to the Solid WebID profile use `pim:storage` to advertise the storage in which a WebID is contained, if the WebID is contained in Solid Storage. The goal of this is to prevent the majority of client applications from needing to implement discovery of storages using link headers.
1 parent ec1beca commit 677293f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ <h3 content="Solid WebID Profile Data Model" property="schema:name">Solid WebID
11071107
<li>One <code>rdf:type</code> property whose object is <code>foaf:Agent</code>.</li>
11081108
<li>One <code>pim:preferencesFile</code>.</li>
11091109
<li>Zero or one <code>ldp:inbox</code>.</li>
1110-
<li>Zero or more <code>pim:storage</code> properties to indicate agent's storages.</li>
1110+
<li>Zero or more <code>pim:storage</code> properties to indicate agent's storages. If the WebID in an agent's storage, that storage MUST be advertised.</li>
11111111
<li>Zero or more <code>rdfs:seeAlso</code> to refer to related <a href="#extended-profile-documents">documents
11121112
extending the profile.</a></li>
11131113
</ul>

0 commit comments

Comments
 (0)