{ "@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" } } ] }