Re: [Virtuoso-users] Delete a tripple with space in subject

2011-12-13 Thread Ivan Mikhailov
Sachit, You may wish to delete from { `iri("http://isbsg.clearbluewater.com.au/wsf/datasets/378/Capers Jones_107_12122011081257")` a }; Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Tue, 2011-12-13 at 10:07 +1100, Sac

Re: [Virtuoso-users] Delete a tripple with space in subject

2011-12-13 Thread Rumi Tsekova
Hi Sachit, What if you try sth like this: SPARQL MODIFY GRAPH DELETE { ?s ?p ?o} INSERT { ?p ?o } FROM WHERE { ?s ?p ?o . ?s