Re: [Virtuoso-users] Deleting triples with literals that have certain characters in them

2016-12-20 Thread Hugh Williams
Hi Ian, Automated escaping for \ cannot be done with isql or via sparql endpoint. Virtuoso does not have a bulk delete procedure. I don’t see the problem you report with the % character: SQL> SPARQL INSERT DATA { GRAPH {

Re: [Virtuoso-users] Deleting triples with literals that have certain characters in them

2016-12-20 Thread Ian Harrison
Hugh -- thanks for reply The % thing isn't a problem at isql interface ... just when its called as part of a bash script, that passes a string to the exec part of a call. My workaround is to use curl insteead of isql to the sparql endpoint, as I can url encode as part of that and get round the