
RDF::Query::Expression::Alias - Class for aliasing expressions with variable names

This document describes RDF::Query::Expression::Alias version 2.200, released 6 August 2009.

nameReturns the variable name of the aliased expression.
aliasReturns the variable object of the aliased expression.
expressionReturns the expression object of the aliased expression.
sseReturns the SSE string for this alegbra expression.
as_sparqlReturns the SPARQL string for this alegbra expression.
evaluate ( $query,
$bridge,
\%bound )Evaluates the expression using the supplied context (bound variables and bridge object). Will return a RDF::Query::Node object.

Gregory Todd Williams <gwilliams@cpan.org>