RDF::Redland::URINode - Redland RDF URI Node Class
Contents
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/");
