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


RDF-Trine documentation  | view source Contained in the RDF-Trine distribution.

Index


NAME

Top

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

VERSION

Top

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

METHODS

Top

Beyond the methods documented below, this class inherits methods from the RDF::Trine::Node class.

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.

value

Returns the variable name.

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

Top

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT

Top


RDF-Trine documentation  | view source Contained in the RDF-Trine distribution.