On 30/03/15 11:27, Andy Seaborne wrote:
On 27/03/15 21:14, Quentin Reul wrote:
Hi all,
I was looking at the com.hp.hpl.jena.vocabulary package and I saw that
the
SKOS (and SKOS-XL) were missing from the list of supported
vocabularies. I
wrote java classes to address this limitation, but I am not sure how to
submit them.
Kind regards,
Quentin
Hi Quentin,
Vocabularies don't have to go in com.hp.hpl.jena.vocabulary package -
it's just a bunch of convenience ones.
If you have one for SKOS and for SKOS-XL, I'm sure other people would
find it helpful to have in the core libraries.
To make a contribution, please open a JIRA and attach the source; or
make a GitHub pull request. Either works for the project.
By the way do you use schemagen for this or use some other means to
produce it?
Andy
(JENA-912)
Hi Quentin,
I've just added the classes to the codebase - thank you very much.
Andy