NAME
RDF::Trine::Node::Literal - RDF Node class for literals
VERSION
This document describes RDF::Trine::Node::Literal version 0.114_02
METHODS
new ( $string, $lang, $datatype )
-
Returns a new Literal structure.
literal_value
-
Returns the string value of the literal.
literal_value_language
-
Returns the language tag of the ltieral.
literal_datatype
-
Returns the datatype of the literal.
sse
-
Returns the SSE string for this literal.
as_string
-
Returns a string representation of the node.
as_ntriples
-
Returns the node in a string form suitable for NTriples serialization.
type
-
Returns the type string of this node.
has_language
-
Returns true if this literal is language-tagged, false otherwise.
has_datatype
-
Returns true if this literal is datatyped, false otherwise.
equal ( $node )
-
Returns true if the two nodes are equal, false otherwise.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>
COPYRIGHT
Copyright (c) 2006-2010 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.