On Thu, 2011-09-01 at 12:52 +0530, sapan shah wrote: > Hi List, > > Is Jena library a best choice for following requirments? > -- serializeing/deserializing user defined java objects to RDF-XML or Triple > format. > -- Applying Sparql queries to the RDF data set from java code. > > How do you rate OWLApi over Jena? >
Jena is rock solid for serializing/deseralizing triples to Turtle and RDF/XML and for full SPARQL. It doesn't have native mapping to java objects as part of Jena itself. There have been a number of object/RDF tools developed on top of Jena for this. Of these, the best choice is IMHO is probably Jenabean [1], though I don't know how actively maintained it is. Dave [1] http://code.google.com/p/jenabean/
