The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ODO::Parser::N3 - Parser for statements serialized in Notation3 format.

SYNOPSIS

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

DESCRIPTION

CONSTRUCTOR

METHODS

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

COPYRIGHT

Copyright (c) 2007 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