↧
Answer by Joshua Taylor for Is it possible to use a nested delete in SPARQL...
Just "because less nodes have to be created than are deleted" doesn't necessarily mean that you can't use a normal insert/delete. RDF is a set-based representation; if you insert the same triple...
View ArticleIs it possible to use a nested delete in SPARQL queries?
I would like to use a query to deduplicate resources using a unique id. An insert/delete - query doesn't work, because less nodes have to be created than are deleted. Is it possible to use something...
View Article