Gregory Williams > RDF-Trine > RDF::Trine::Node

Download:
RDF-Trine-0.111.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.111   Source  

NAME ^

RDF::Trine::Node - Base class for RDF Nodes

VERSION ^

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

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.

from_sse ( $string, $context )

Parses the supplied SSE-encoded string and returns a RDF::Trine::Node object.

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

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.