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

version 0.071

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

Return the URI value of this node as string. Is also used for comparing nodes.
Alias for method 'str'.
Return the HTML-escaped URI value. Alias for method 'esc'.
Returns a qualified name (prefix:local) if a mathcing namespace prefix is defined.
See also method RDF::Lazy#ns for namespace handling.

Jakob Voß <voss@gbv.de>

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.