{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld", "@graph": [ { "comment": "Used for internal storage by the locker. Always hashing the keys to prevent issues.", "@id": "urn:solid-server:default:LockStorage", "@type": "HashEncodingStorage", "source": { "@type": "ContainerPathStorage", "relativePath": "/locks/", "source": { "@id": "urn:solid-server:default:BackendKeyValueStorage" } } }, { "comment": "Storage used by setup components.", "@id": "urn:solid-server:default:SetupStorage", "@type": "ContainerPathStorage", "relativePath": "/setup/", "source": { "@id": "urn:solid-server:default:KeyValueStorage" } } ] }