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

NAME

RDF::Lazy::Resource - URI reference node (aka resource) in a RDF::Lazy graph

VERSION

version 0.063

DESCRIPTION

You should not directly create instances of this class. See RDF::Lazy::Node for general node properties.

METHODS

str

Return the URI value of this node as string. Is also used for comparing nodes.

uri

Alias for method 'str'.

href

Return the HTML-escaped URI value. Alias for method 'esc'.

AUTHOR

Jakob Voß <voss@gbv.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.