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::XML - Parser for statements serialized to RDF/XML

SYNOPSIS

use ODO::Parser::XML;

my $statements = ODO::Parser::XML->parse_file('some/path/to/data.rdfxml');

my $rdf = ' ... rdf xml here ... ';
my $other_statements = ODO::Parser::XML->parse(\$rdf);

DESCRIPTION

RDF/XML parser that implements the ODO::Parser interface.

METHODS

parse( )
parse_file( )

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