Hi, Just as a note... Converting to RDF is largely safe. Reading back can be tricky!
Best, Andrea Sent from my iPad On 28 May 2013, at 21:25, Mark Fortner <[email protected]> wrote: > This might help: > http://aspenbio.wordpress.com/2011/01/20/biogroovy-and-the-semantic-web/ > > Cheers, > > Mark > > > > On Tue, May 28, 2013 at 12:52 PM, Serge Vilvovsky <[email protected]>wrote: > >> I am looking for an advice. >> >> I have the model defined in POJO. For example the object of type A contains >> the list of objects of type B and array of objects of type C. All the >> objects also have simple properties like String, int, long etc. >> >> For example: >> >> public Class A { >> >> List<B> bs; >> C[] cs; >> String name; >> int size; >> } >> >> I would like to create an RDF (or JSON-LD) that describes that model with >> the statements like: >> >> A:a1 A:name "myobject" >> >> What tools and approaches do you suggest me to use to build it >> automatically for any kind of objects? >> >> Thank you! >>
