I try to modify the uri of an existing resource of a ontology model. I thought of creating a new model, new resource (including the new desired uri) and duplicating the content of the old resource.
By iterating and adding the statements doens't work properly. Is there another workaround?
I'm working with jena in java and RDF/XML models.