{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld", "@graph": [ { "comment": "Storage to be used to keep track of subscriptions.", "@id": "urn:solid-server:default:SubscriptionStorage", "@type": "KeyValueChannelStorage", "locker": { "@id": "urn:solid-server:default:ResourceLocker" }, "storage": { "@type": "ContainerPathStorage", "relativePath": "/notifications/", "source": { "@id": "urn:solid-server:default:KeyValueStorage" } } } ] }