mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

This adds options for enabling setup to the config folder. All default configs with permanent storage (file/sparql) are configured to require setup at server start. Memory-based configs merely have it as an option.
8 lines
407 B
Plaintext
8 lines
407 B
Plaintext
@prefix pim: <http://www.w3.org/ns/pim/space#>.
|
||
|
||
# It is imperative the root container is marked as a pim:Storage :
|
||
# Solid, §4.1: "Servers exposing the storage resource MUST advertise by including the HTTP Link header
|
||
# with rel="type" targeting http://www.w3.org/ns/pim/space#Storage when responding to storage’s request URI."
|
||
# https://solid.github.io/specification/protocol#storage
|
||
<> a pim:Storage.
|