Copy a Sesame repository into a new one
I'd like to copy all the data from an existing Sesame repository into a new one. I need the migration so that I use OWL-inferencing on my triplestore which is not possible using OWLIM in an In Memory repository (the type of my existing repository). What is the most efficient way to copy all triples from a repository into a new one? UPDATE 1: I'm curious to understand why using SPARQL INSERT cannot be a valid approach. I tried this code under the SPARQL Update section of a new repository: PREFIX : <http://dbpedia.org/resource/> INSERT{?s ?p ?o} WHERE { SERVICE <http://my.ip.ad.here:8080/openrdf