patch

suspend fun patch(webId: String, uri: String, patch: N3Patch)

Applies an N3 Patch to an RDF resource on the pod via HTTP PATCH.

This is the preferred method for partial updates to RDF resources — it is atomic and does not require reading the full resource first. Not applicable to SolidNonRDFResource.

Throws

on failure.