Hi, I am using Jena TDB (1.1.1) to store a set of named graphs. Everything works fine but whenever I retrieve a named graph from the dataset, all the namespace prefix information is lost. Is there a way to preserve the namespace prefixes in the original RDF graph when I add them to dataset.
I've attached a minimal code snippet here that illustrate the issue in the following link. http://stackoverflow.com/questions/28091817/how-to-preserve-namespace-prefixes-in-a-jena-tdb-dataset Best Regards, Nandana
