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

NAME

RDF::Core::Node - an ancestor of RDF::Core::Resource and RDF::Core::Literal

DESCRIPTION

RDF::Core::Node is not intended to be used itself, it declares methods common for it's descendants.

Interface

  • new

  • getLabel

    Returns getValue for literal and getURI for resource

  • clone

    Returns copy of itself

  • isLiteral

    Returns true if object is an instance of class RDF::Core::Literal

LICENSE

This package is subject to the MPL (or the GPL alternatively).

AUTHOR

Ginger Alliance, rdf@gingerall.cz

SEE ALSO

RDF::Core::Literal, RDF::Core::Resource