RDF::Query::Parser::SPARQL
SPARQL Parser.
- Provided by: librdf-query-perl (Version: 2.916-1)
- Report a bug
SPARQL Parser.
This document describes RDF::Query::Parser::SPARQL version 2.916.
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.