RDF::RDFa gem version 0.3.8

A fairly major update, which includes support for RDF Collections using the @inlist attribute, use of @property for relations, and changes to @typeof behavior. This is all consistent with what will be the next public draft of RDFa Core 1.1 [1] including full support for RDFa Lite 1.1 [2].

Also, this version can run in pure Ruby. It will use Nokogiri if it is installed, but falls back to REXML. This isn't an HTML parser, but works for well-formed HTML or XHTML. This also allows support on JRuby, at least until the native Nokogiri gem is completed.

An online version of the RDFa reader/writer, along with many other RDF formats, is available in my distiller [4].

More documentation in the README or on RubyDocs [3], or through the distiller.

Get it from GitHub or Rubygems.org.

Gregg

[1] http://www.w3.org/2010/02/rdfa/sources/rdfa-core/Overview.html
[2] http://www.w3.org/2010/02/rdfa/sources/rdfa-lite/
[3] http://rubydoc.info/github/gkellogg/rdf-rdfa/master/frames
[4] http://rdf.greggkellogg.net/distiller

Received on Saturday, 12 November 2011 00:45:55 UTC