On Fri, Sep 6, 2013 at 10:49 AM, Tom Emerson <[email protected]> wrote: > I am working with SKOS in Jena and needed to create a utility class > containing the properties and resources defined in the vocabulary (just > like those in com.hp.hpl.jena.vocabulary). Instead of creating these > manually, I did the normal engineer thing and wrote a program to generate > them for me. It works for SKOS: I haven't tried it with other vocabularies. > > The code is available if you want to try it out. Suggestions/improvements > are welcome. > > https://github.com/TreeRex/vocab2jena
Code-generation is always interesting. Can you give a quick overview of how it compares with Jena's schemagen [1]? [1] http://jena.apache.org/documentation/tools/schemagen.html -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
