NAME
RDF::Trine::Node - Base class for RDF Nodes
METHODS
is_node
-
Returns true if this object is a RDF node, false otherwise.
is_blank
-
Returns true if this RDF node is a blank node, false otherwise.
is_resource
-
Returns true if this RDF node is a resource, false otherwise.
is_literal
-
Returns true if this RDF node is a literal, false otherwise.
is_variable
-
Returns true if this RDF node is a variable, false otherwise.
as_string
-
Returns the node in a string form.
equal ( $node )
-
Returns true if the two nodes are equal, false otherwise.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>