Hi,
I need to convert a large rdf file using jena, so I can't load it in the main memory.
There is a way to read and write each triple directly in other rdf file?

Actually, i only have used FileManager.get().loadModel(String filename) that return a Model m, then I do m.write(OutputStream out, String lang) to change the model syntax, but this load the entire file.

I read about StreamRDF, but i have not found a good example. Do you have any idea?

Reply via email to