The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.08

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'.

qname

Returns a qualified name (prefix:local) if a mathcing namespace prefix is defined. See also method RDF::Lazy#ns for namespace handling.

AUTHOR

Jakob Voß <voss@gbv.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.