Re: Non-XHTML host languages for RDFa

For flexible integration with non-XHTML host languages, the next version
of RDF::RDFa::Parser has the following optional features:

1. Allows lists of keywords to be configured on a per-attribute basis
for @rel, @rev, @property, @datatype, @typeof, @about, @resource and
@graph.

2. Allows CURIE prefixes to be treated case-insensitively (good for
HTML).

3. Allows the empty CURIE prefix to be changed.

4. Supports colon-less CURIE prefixes (e.g.
xmlns:foafname="http://xmlns.com/foaf/0.1/name" property="foafname").

RDF::RDFa::Parser is not an end-user tool, but a library for Perl. These
options are switched on by the programmer using the library, not by the
document itself.

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

Received on Tuesday, 1 December 2009 17:17:58 UTC