RE: Writing big models to disk

2013-10-30 Thread Nikolaos Konstantinou
:34:16 + From: a...@apache.org To: users@jena.apache.org Subject: Re: Writing big models to disk On 29/10/13 08:02, Nikolaos Konstantinou wrote: Dear all, I am trying to write an RDF file to disk, using the following code: Which version of Jena is this? resultModel.write(new

Re: Writing big models to disk

2013-10-29 Thread Andy Seaborne
On 29/10/13 08:02, Nikolaos Konstantinou wrote: Dear all, I am trying to write an RDF file to disk, using the following code: Which version of Jena is this? resultModel.write(new BufferedWriter(new FileWriter(file.rdf)), N3); Aside: Better top flush the BufferedWriter explicitly: