RDFa 1.1 support in RDF::RDFa::Parser

Last night I uploaded preview release 1.09_01 of RDF::RDFa::Parser to
CPAN. It includes the following new RDFa 1.1 features:

* Support for @vocab
* Support for @profile

These are disabled by default; the default configuration follows
XHTML+RDFa 1.0 rules.

Version 1.00 already included experimental optional support for all of
RDFa 1.1's other new features (@prefix, full URIs in RDFa attributes,
case-insensitive CURIE prefixes, etc), so with the new features, it
should offer complete support for RDFa Core 1.1 and XHTML+RDFa 1.1.

The web services at:

http://srv.buzzword.org.uk/rdfa-to-ntriples.cgi?uri=
http://srv.buzzword.org.uk/rdfa-to-xml.cgi?uri=

offer a mixture of RDFa 1.0 and 1.1 support. If given a URI that
responds with a 'text/html' media type, it will parse it as
HTML4+RDFa1.1 or HTML5+RDFa1.1 depending on DOCTYPE. Reponses with XML
media types will be parsed as XHTML+RDFa1.0, Atom+RDFa1.0, SVG+RDFa1.0
or XML+RDFa1.0, depending on root element namespace. In the case of
XHTML, you can request RDFa 1.1 parsing support by adding &version=1.1
to the request. (Rationalising these combinations is on my todo list.)

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Tuesday, 20 April 2010 07:45:53 UTC