# phpman > perldoc > RDF::Redland::URINode

## NAME
    [RDF::Redland::URINode](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3AURINode/markdown) - Redland RDF URI Node Class

## SYNOPSIS
      use [RDF::Redland](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland/markdown);
      my $node1=new [RDF::Redland::URINode](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3AURINode/markdown)("<http://example.org/>");

## DESCRIPTION
    This class represents URIs in the RDF graph. See [RDF::Redland::Node](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3ANode/markdown) for the methods on this
    object.

## CONSTRUCTOR
    new URI
        Create a new URI node. *URI* can be either a [RDF::Redland::URI](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3AURI/markdown) object, a perl URI class or a
        literal string.

## SEE ALSO
    [RDF::Redland::Node](https://www.chedong.com/phpMan.php/perldoc/RDF%3A%3ARedland%3A%3ANode/markdown)

## AUTHOR
    Dave Beckett - <http://www.dajobe.org/>

