- From: Toby Inkster <tai@g5n.co.uk>
- Date: Wed, 16 Jun 2010 20:40:31 +0100
- To: public-rdfa-wg@w3.org
Begin forwarded message: Date: Wed, 16 Jun 2010 17:36:28 +0100 From: Toby Inkster <mail@tobyinkster.co.uk> To: dev@lists.perlrdf.org Subject: Fw: CPAN Upload: T/TO/TOBYINK/RDF-RDFa-Parser-1.09_11.tar.gz Just uploaded RDF-RDFa-Parser-1.09_11.tar.gz. Biggest change is that support for OpenDocument Format 1.2 is included. OpenDocument 1.2 files are essentially ZIP files that contain a collection of XML files (each of which may contain OpenDocument's own unique flavour of RDFa) and RDF/XML files. RDF::RDFa::Parser provides transparent support for it, so you don't need to worry about extracting archives, etc. Assuming your server sends the correct media type, it's as simple as: my $model = RDF::RDFa::Parser ->new_from_url('http://example.com/foo.odt') ->graph; The model will actually contain quads, so that you can track which XML or RDF/XML file inside the ZIP was the source for each statement. OpenDocument 1.2 is still a draft, and not yet fully utilised by OpenOffice.org (the flagship OpenDocument software), so for now you're unlikely to see much RDFa-in-OpenDocument content in the wild. The release also includes various bugfixes and cleanups too boring to list here. -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk> _______________________________________________ Dev mailing list Dev@lists.perlrdf.org http://lists.perlrdf.org/listinfo/dev
Received on Wednesday, 16 June 2010 19:41:59 UTC