{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld", "import": [ "css:config/storage/key-value/storages/storages.json" ], "@graph": [ { "comment": "Internal value storage. No different from urn:solid-server:default:KeyValueStorage, but required to be consistent with other storage solutions.", "@id": "urn:solid-server:default:BackendKeyValueStorage", "@type": "MemoryMapStorage" }, { "comment": "Internal value storage.", "@id": "urn:solid-server:default:KeyValueStorage", "@type": "MemoryMapStorage" } ] }