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

This document describes RDF::Trine::Node::Literal version 0.111

new ( $string,
$lang,
$datatype )Returns a new Literal structure.
literal_valueReturns the string value of the literal.
literal_value_languageReturns the language tag of the ltieral.
literal_datatypeReturns the datatype of the literal.
sseReturns the SSE string for this literal.
as_stringReturns a string representation of the node.
typeReturns the type string of this node.
has_languageReturns true if this literal is language-tagged, false otherwise.
has_datatypeReturns true if this literal is datatyped, false otherwise.
equal ( $node )Returns true if the two nodes are equal, false otherwise.

Gregory Todd Williams <gwilliams@cpan.org>

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.