{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld", "import": [ "files-scs:config/storage/resource-store/data-accessors/file.json", "files-scs:config/storage/resource-store/stores/converting.json", "files-scs:config/storage/resource-store/stores/data-accessor.json", "files-scs:config/storage/resource-store/stores/locking.json", "files-scs:config/storage/resource-store/stores/patching.json", "files-scs:config/storage/resource-store/stores/routing.json" ], "@graph": [ { "comment": "Setup when using dynamic pods.", "@id": "urn:solid-server:default:ResourceStore", "@type": "MonitoringStore", "MonitoringStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Index", "IndexRepresentationStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Locking", "LockingResourceStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Patching", "PatchingStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Converting", "RepresentationConvertingStore:_source": { "@id": "urn:solid-server:default:ResourceStore_Routing", "comment": "A router rule will be defined when activating dynamic pods." } } } } } }, { "comment": "Which store to use for requests that do not match any pod, e.g. for storage.", "@id": "urn:solid-server:default:RouterRule", "BaseUrlRouterRule:_baseStore": { "@id": "urn:solid-server:default:ResourceStore_DataAccessor", "DataAccessorBasedStore:_accessor": { "@id": "urn:solid-server:default:FileDataAccessor" } } } ] }