If the question is about Object-RDF mapper: >From my experience, Elmo is the tool you want. It rocks !!! (I think the project is now called AliBaba.)
Empire is another (JPA-compliant) Object-RDF mapper. It might be a good option to investigate. (I don't know it) >From a Object-RDF mapper point of view, Jena or OWLAPI will both require custom-code for serialization/deserialization. Plus, OWLAPI does not support SPARQL natively (cf http://clarkparsia.com/pellet/faq/owlapi-sparql/ ) On Thu, Sep 1, 2011 at 9:22 AM, sapan shah <[email protected]> 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? > > -- > Regards, > Sapan Shah >
