The issue would be how to determine what is an object and what is a property. There are a number of ways to do that. I have a JDBC 4 SPARQL package (https://github.com/Claudenw/JenaSecurity) that has code that create "table"s by looking at the class types and the properties found in the data.
I also have developed Persistence Annotations 4 RDF (* https://sourceforge.net/projects/pa4rdf/) that instantiates interfaces with data from models. * Finally, I did develop a dynamic proxy that created the source code, but I don't have that code as it was for a project that I no longer have access to. However, it would be fairly easy to cobble it together. -- Claude * * On Mon, Mar 18, 2013 at 7:39 PM, Dave Reynolds <[email protected]>wrote: > On 18/03/13 15:41, Serge Vilvovsky wrote: > >> Hello, >> >> I wonder if there is an open-source tool that can provide emitting Java >> beans from RDFs. >> >> I found Jastor, but it uses Jena 2.4 version, which is pretty old and will >> be in conflict with the newer version of Jena at the classpath. Any >> advice, >> please? >> > > There is/was also jenabean but I don't know how actively that is > maintained these days either. > > Dave > > > -- I like: Like Like - The likeliest place on the web<http://like-like.xenei.com> Identity: https://www.identify.nu/[email protected] LinkedIn: http://www.linkedin.com/in/claudewarren
