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.
Modules
flexible RDFa parser
configuration sets for RDFa parser
base class for RDFa profiles
ARIA Roles Collection
Abstract Link Type Registry
Abstract roles collection
GRDDL Link Types
HTML 4.x Link Types
HTML5 Link Types
IETF Link Type Registry
hard-coded null profiles
use prefix.cc URIs as profiles
profiles written in RDF
RDFa 1.0 Link Types
Yahoo SearchMonkey profile
XHTML+RDFa Profile
XHTML Roles Collection
Provides
in lib/RDF/RDFa/Parser/OpenDocumentObjectModel.pm
in lib/RDF/RDFa/Parser.pm