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

NAME

AtteanX::Parser::SPARQL - SPARQL 1.1 Parser.

VERSION

This document describes AtteanX::Parser::SPARQL version 2.916.

SYNOPSIS

 use AtteanX::Parser::SPARQL;
 my $parser     = AtteanX::Parser::SPARQL->new();
 my $iterator = $parser->parse( $query, $base_uri );

DESCRIPTION

...

METHODS

parse ( $update_flag )

If $update_flag is true, the query will be parsed allowing SPARQL 1.1 Update statements.

error

Returns the error encountered during the last parse.

new_binary_expression ( $operator, @operands )

Returns a new binary expression structure.

new_function_expression ( $function, @operands )

Returns a new function expression structure.