mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
13 lines
512 B
JSON
13 lines
512 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Makes sure the root container exists and marks it as pim:Storage.",
|
|
"@id": "urn:solid-server:default:RootContainerInitializer",
|
|
"@type": "RootContainerInitializer",
|
|
"settings_store": { "@id": "urn:solid-server:default:ResourceStore" },
|
|
"settings_baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
}
|
|
]
|
|
}
|