debian man page for rdf::query::parser::sparql

Query: rdf::query::parser::sparql

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
RDF::Query::Parser::SPARQL - SPARQL Parser.
VERSION
This document describes RDF::Query::Parser::SPARQL version 2.908.
SYNOPSIS
use RDF::Query::Parser::SPARQL; my $parser = RDF::Query::Parse::SPARQL->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 )" Parses the $query, using the given $base_uri. "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::SPARQL(3pm)
Related Man Pages
rdf::query::algebra::namedgraph(3pm) - debian
rdf::query::algebra::optional(3pm) - debian
rdf::query::node(3pm) - debian
rdf::query::parser(3pm) - debian
rdf::trine::parser::redland(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph