Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

RDF::Redland::URINode - Redland RDF URI Node Class

Author

       Dave Beckett - http://www.dajobe.org/

perl v5.40.0                                       2024-10-20                         RDF::Redland::URINode(3pm)

Constructor

       new URI
           Create  a  new URI node.  URI can be either a RDF::Redland::URI object, a perl URI class or a literal
           string.

Description

       This class represents URIs in the RDF graph.  See RDF::Redland::Node for the methods on this object.

Name

       RDF::Redland::URINode - Redland RDF URI Node Class

See Also

       RDF::Redland::Node

Synopsis

         use RDF::Redland;
         my $node1=new RDF::Redland::URINode("http://example.org/");

See Also