logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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