clj-rdfa, Jena and vocabulary expansion

Hi all!

I'm happy to announce that clj-rdfa now has support for vocabulary
expansion. Specifically, I have created a new module, clj-rdfa-jena
[1], which is an adapter of the Clojure implementation to Jena [2], a
popular RDF library in Java. This adapter also supports expansion by
simply running the Jena OWL reasoner upon the data. I have also
extracted the web interface to clj-rdfa-web [3], now using the Jena
adapter. This is what is run by the online service [4].

With this, the clj-rdfa online service passes the vocabulary expansion
tests as well, which should make it formally fully complete.

Also, clj-rdfa-jena enables clj-rdfa to be used as a simple drop-in
RDFa 1.1 parser in any Java project using Jena. See [5] for an example
of doing this.

Best regards,
Niklas

[1]: https://github.com/niklasl/clj-rdfa-jena
[2]: http://incubator.apache.org/jena/
[3]: https://github.com/niklasl/clj-rdfa-web
[4]: http://clj-rdfa.herokuapp.com/service.html
[5]: https://github.com/niklasl/clj-rdfa-jena/blob/master/examples/rdfa_jena.groovy

Received on Monday, 9 April 2012 12:43:13 UTC