{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld", "@graph": [ { "@id": "urn:solid-server:default:OperationHandler", "@type": "WaterfallHandler", "WaterfallHandler:_handlers": [ { "@type": "DeleteOperationHandler", "DeleteOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } }, { "@type": "GetOperationHandler", "GetOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } }, { "@type": "HeadOperationHandler", "HeadOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } }, { "@type": "PatchOperationHandler", "PatchOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } }, { "@type": "PostOperationHandler", "PostOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } }, { "@type": "PutOperationHandler", "PutOperationHandler:_store": { "@id": "urn:solid-server:default:ResourceStore" } } ] } ] }