Changes for version 1.093 - 2010-12-09

  • @graph is now parsed like @about by default.
  • Change cache directory.
  • Clarify language around default prefix versus default vocabulary (or in RDFa 1.0 default prefix versus 'no prefix'). This involved renaming a couple of configuration options: prefix_default => vocab_default; prefix_empty => prefix_default.
  • Deprecated pretriple_literal and pretriple_resource callbacks - use ontriple instead.
  • IETF link types now use an aggressively cached copy of http://www.iana.org/assignments/link-relations/link-relations.xml.
  • Improve HTTP caching behaviour.
  • Second parameter to ontriple callback is now a hashref of elements rather than just the current element - this change is to help support the RDFa API.
  • Use official GRDDL profile URI for hard-coded support for GRDDL keywords instead of previously used internal identifier.
  • (Addition) Support @cite - not part of RDFa, but often provides useful information.
  • (Addition) Support @longdesc - not part of RDFa, but often provides useful information.
  • (Bugfix) Fix failure parsing embedded RDF/XML with blank nodes.
  • (Bugfix) new_from_url didn't work when called without a Config object.

Provides

in lib/RDF/RDFa/Parser/OpenDocumentObjectModel.pm
in lib/RDF/RDFa/Parser.pm