The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::Trine::Node::Variable - RDF Node class for variables

VERSION

This document describes RDF::Trine::Node::Variable version 0.130

METHODS

new ( $name )

Returns a new Variable structure.

name

Returns the name of the variable.

sse

Returns the SSE string for this variable.

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.

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.