updates to RDF::Trine
Gregory Williams
greg at evilfunhouse.com
Fri Dec 25 06:33:48 CET 2009
I'll be putting together a beta of a new RDF::Trine release soon, but wanted to let everyone know that I've just committed two really nice things to perlrdf git:
1) An RDFa parser (a trivial wrapper around tobyink's RDF::RDFa::Parser module)
and
2) A function for parsing RDF content from a URL with proper parser dispatching based on mime-type. This allows really trivial parsing of content:
RDF::Trine::Parser->parse_url_into_model( $url, $model );
This will do the Right Thing whether the server returns RDF/XML, turtle, or RDFa. It's all available for testing at github:
http://github.com/kasei/perlrdf
happy holidays,
.greg
More information about the Dev
mailing list