Uses an RDF programming library to serialize RDF data in available syntaxes.
An Introduction to RDF and the Jena API
This is a tutorial introduction to both W3C's Resource Description Framework (RDF) and Jena, a Java API for RDF. It is written for the programmer [...]
Apache Jena Tutorial: Write Models in Different Formats with Jena (RDF,TURTLE,JSON)
This tutorial shows how to retrieve previously loaded data, which was written in RDF/XML format, and load it into a Jena object called a "model". [...]