The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ODO::Parser::NTriples - Parser for statements serialized in NTriples format.

SYNOPSIS

 use ODO::Parser::NTriples;
 
 my $statements = ODO::Parser::NTriples->parse_file('some/path/to/data.ntriples');
 
 my $rdf = ' ... ntriples format here ... ';
 my $other_statements = ODO::Parser::NTriples->parse(\$rdf);

DESCRIPTION

CONSTRUCTOR

METHODS

parse( $rdf, [ base_uri=> $base_uri ] )
parse_file( $filename, [ base_uri=> $base_uri ] )

COPYRIGHT

Copyright (c) 2006 IBM Corporation.

All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html