patchRaw

suspend fun patchRaw(webId: String, uri: String, n3Body: String)

Applies an already-serialised N3 Patch document to an RDF resource.

Use this when you hold the text/n3 body itself (e.g. one you received or stored); prefer patch with a typed N3Patch when you are building the patch in-process.

Throws

on failure.