UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

16 lines (15 loc) 606 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld", "import": [ "css:config/identity/pod/resource-generators/templated.json" ], "@graph": [ { "comment": "Stores all new resources for a pod in the default resource store under the generated identifier.", "@id": "urn:solid-server:default:PodManager", "@type": "GeneratedPodManager", "store": { "@id": "urn:solid-server:default:ResourceStore" }, "resourcesGenerator": { "@id": "urn:solid-server:default:PodResourcesGenerator" } } ] }