I have got a simple problem for you : My use case is to delete a single node (red square below) and thoses relations stored into my triplestore (GraphDB) with a SPARQL query based on this graph :
DELETE FROM declaration needs triples like ?s ?p ?o. Considering ?s is the red node, the problem is I don't want to delete ?o but only ?s ?p (and of course ?p2 ?s). How Can I achieve that ? Thanks !