NAME
RDF::Lazy::Resource - URI reference node (aka resource) in a RDF::Lazy graph
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.