Skip to content
niklasl edited this page Oct 13, 2012 · 3 revisions

A Clojure RDFa library

The clj-rdfa implementation brings support for parsing RDFa 1.1 to Clojure and the JVM. It uses the Java standard DOM for parsing XML and the CyberNeko HTML Parser for HTML.

Usage

Clojure

The library is written in Clojure. See the source, especially for example usage.

Java

Web

For a simple web interface, see clj-rdfa-web.

Clone this wiki locally