
RDF::Query::Node::Literal - RDF Node class for literals

This document describes RDF::Query::Node::Literal version 2.200, released 6 August 2009.

datetimeReturns a DateTime object from the literal if the literal value is in W3CDTF format.
as_sparqlReturns the SPARQL string for this node.
is_numeric_typeReturns true if the literal is a known (xsd) numeric type.
numeric_valueReturns the numeric value of the literal (even if the literal isn't a known numeric type.

Gregory Todd Williams <gwilliams@cpan.org>