Files
CommunitySolidServer/config/storage/middleware/stores/patching.json
2021-07-16 16:10:04 +02:00

16 lines
556 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Allows for PATCH operations on stores that don't have native support.",
"@id": "urn:solid-server:default:ResourceStore_Patching",
"@type": "PatchingStore",
"patcher": {
"@id": "urn:solid-server:default:PatchHandler",
"@type": "SparqlUpdatePatchHandler",
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" }
}
}
]
}