RDF::Query::Parser::SPARQL(3pm) | User Contributed Perl Documentation | RDF::Query::Parser::SPARQL(3pm) |
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.
2024-04-30 | perl v5.38.2 |