deleteVar

fun deleteVar(subject: String, predicate: String, variable: String): N3PatchBuilder

Adds a delete triple whose object is the variable bound by a where clause. Use this to remove whatever value currently exists for a property in a safe replace.