GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

RDF::Query::Parser::SPARQL - SPARQL Parser.

This document describes RDF::Query::Parser::SPARQL version 2.918.

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

...

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.
2017-01-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.