rdf::query::parser::sparql11(3pm) debian man page | unix.com

Man Page: rdf::query::parser::sparql11

Operating Environment: debian

Section: 3pm

RDF::Query::Parser::SPARQL11(3pm)			User Contributed Perl Documentation			 RDF::Query::Parser::SPARQL11(3pm)

NAME
RDF::Query::Parser::SPARQL11 - SPARQL 1.1 Parser.
VERSION
This document describes RDF::Query::Parser::SPARQL11 version 2.908.
SYNOPSIS
use RDF::Query::Parser::SPARQL11; my $parser = RDF::Query::Parse::SPARQL11->new(); my $iterator = $parser->parse( $query, $base_uri );
DESCRIPTION
...
METHODS
Beyond the methods documented below, this class inherits methods from the RDF::Query::Parser class. "new" Returns a new Turtle parser. "parse ( $query, $base_uri, $update_flag )" Parses the $query, using the given $base_uri. If $update_flag is true, the query will be parsed allowing SPARQL 1.1 Update statements. "parse_pattern ( $pattern, $base_uri, \%namespaces )" Parses the $pattern, using the given $base_uri and returns a RDF::Query::Algebra pattern. "parse_expr ( $pattern, $base_uri, \%namespaces )" Parses the $pattern, using the given $base_uri and returns a RDF::Query::Expression pattern. "error" Returns the error encountered during the last parse. perl v5.14.2 2012-01-31 RDF::Query::Parser::SPARQL11(3pm)
Related Man Pages
rdf::query::algebra::limit(3pm) - debian
rdf::query::algebra::namedgraph(3pm) - debian
rdf::query::algebra::quad(3pm) - debian
rdf::query::parser(3pm) - debian
rdf::trine::parser::shorthandrdf(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections