NAME
RDF::Query::Algebra::Load - Algebra class for LOAD operations
VERSION
This document describes RDF::Query::Algebra::Load version 2.902_01.
METHODS
new ( $url )
-
Returns a new LOAD structure.
construct_args
-
Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.
sse
-
Returns the SSE string for this alegbra expression.
as_sparql
-
Returns the SPARQL string for this alegbra expression.
referenced_blanks
-
Returns a list of the blank node names used in this algebra expression.
referenced_variables
url
graph
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>