From b06784168733ef4811722e470bef46a1601a4354 Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Mon, 30 Mar 2026 10:31:21 +0100 Subject: [PATCH 1/2] Require `pim:storage` in WebID profile --- protocol.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol.html b/protocol.html index eafea954..a4b6cfac 100644 --- a/protocol.html +++ b/protocol.html @@ -1285,6 +1285,8 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] 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.

+ +

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 pim:storage and whose object is a storage root container.

From 4f207bdc20fa8f0630b9af68021dc5ffa37c9100 Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Mon, 30 Mar 2026 14:57:41 +0100 Subject: [PATCH 2/2] Move change to ED --- ED/protocol.html | 2 ++ protocol.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ED/protocol.html b/ED/protocol.html index 0dae8a82..962100c5 100644 --- a/ED/protocol.html +++ b/ED/protocol.html @@ -1023,6 +1023,8 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] 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.

+ +

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 pim:storage and whose object is a storage root container.

diff --git a/protocol.html b/protocol.html index a4b6cfac..eafea954 100644 --- a/protocol.html +++ b/protocol.html @@ -1285,8 +1285,6 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] 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.

- -

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 pim:storage and whose object is a storage root container.