Gregory Williams > RDF-Trine-0.112 > RDF::Trine::Parser

Download:
RDF-Trine-0.112.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.112   Source  

NAME ^

RDF::Trine::Parser - RDF Parser class.

VERSION ^

This document describes RDF::Trine::Parser version 0.112

SYNOPSIS ^

 use RDF::Trine::Parser;
 my $parser     = RDF::Trine::Parser->new( 'turtle' );
 my $iterator = $parser->parse( $base_uri, $data );

DESCRIPTION ^

...

METHODS ^

new ( $type )
parse ( $base_uri, $data )
parse_into_model ( $base_uri, $data, $model )

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.