RDF::Redland::URI
Redland RDF URI Class
- Provided by: librdf-perl (Version: 1.0.17.1+dfsg-1.2ubuntu1)
- Source: redland-bindings
- Report a bug
Redland RDF URI Class
use RDF::Redland;
my $uri=new RDF::Redland::URI("http://example.com/");
my $uri2=RDF::Redland::URI->new_from_uri($uri);
print $uri2->as_string,"\n";
Represents a URI as a mostly-opaque object for identifying things in the RDF world. The URIs are also used for identifying features for the RDF::Redland::Parser and RDF::Redland::Serializer classes.
$u=$uri->clone
RDF::Redland::Parser
Dave Beckett - http://www.dajobe.org/