NAME

RDF::Query::Expression::Unary - Class for unary expressions

METHODS

sse

Returns the SSE string for this alegbra expression.

as_sparql

Returns 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.

AUTHOR

Gregory Todd Williams <gwilliams@cpan.org>