mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
25 lines
1.0 KiB
JSON
25 lines
1.0 KiB
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^4.0.0/components/context.jsonld",
|
|
"comment": "Only supports a single root, such as http://test.com/. A new pod URL would be http://test.com/alice/.",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:IdentifierStrategy",
|
|
"@type": "SingleRootIdentifierStrategy",
|
|
"baseUrl": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
},
|
|
{
|
|
"comment": "Only required when pod creation is enabled.",
|
|
"@id": "urn:solid-server:default:IdentifierGenerator",
|
|
"@type": "SuffixIdentifierGenerator",
|
|
"base": { "@id": "urn:solid-server:default:variable:baseUrl" }
|
|
},
|
|
{
|
|
"comment": "Only required when using a file-based backend.",
|
|
"@id": "urn:solid-server:default:FileIdentifierMapper",
|
|
"@type": "ExtensionBasedMapper",
|
|
"base": { "@id": "urn:solid-server:default:variable:baseUrl" },
|
|
"rootFilepath": { "@id": "urn:solid-server:default:variable:rootFilePath" }
|
|
}
|
|
]
|
|
}
|