Thanks for your response. I am using the riot utility successfully on smaller file sizes. But for large ones I get a "
java.lang.OutOfMemoryError: GC overhead limit exceeded" error message. Is there a way I can increase the heap size allocated to the JVM with a command line option? Best, Marko From: [email protected] To: [email protected] Sent: Wednesday, August 5, 2015 2:35:33 PM Subject: Re: Convert .ttl turtle format file into .rdf file You can use the utility 'riot' for this: https://jena.apache.org/documentation/io/#command-line-tools --- A. Soroka The University of Virginia Library On Aug 5, 2015, at 8:28 AM, Marko Pance <[email protected]> wrote: > Hi... > > I have a .ttl file and I would like to use jena to convert it to an rdf file. > Can you please advise on how to do so? Thanks!
