What URI to use for a Sesame repository while executing a SPARQL ADD query
问题 I'm trying to copy the data from a Sesame repository to another triplestore. I tried the following query: ADD <http://my.ip.ad.here:8080/openrdf-workbench/repositories/rep_name> TO <http://dydra.com/username/rep_name> The query gets executed with output as 'true' but no triples are added. So, I tried a similar query to see if I can move data from one Sesame repository to another using SPARQL Update: ADD <http://my.ip.ad.here:8080/openrdf-workbench/repositories/source_rep> TO <http://my.ip.ad