Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

RDF::Redland::URI

Name RDF::Redland::URI
Version
Located at /usr/share/perl5
File /usr/share/perl5/RDF/Redland/URI.pm
Is Core No
Search CPAN for this module RDF::Redland::URI
Documentation RDF::Redland::URI
Module Details RDF::Redland::URI


NAME

RDF::Redland::URI - Redland RDF URI Class


SYNOPSIS

  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";


DESCRIPTION

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.


CONSTRUCTORS

new STRING
Create a new RDF::Redland::URI object from a URI string.

clone URI
Copy a RDF::Redland::URI


METHODS

as_string
Return the statement formatted as a string (UTF-8 encoded).

equals URI
Return non zero if this uri is equal to URI


OLD METHODS

new_from_uri URI
Create a new RDF::Redland::URI object from RDF::Redland::URI URI (copy constructor). Instead use:
  $u=$uri->clone


SEE ALSO

the RDF::Redland::Parser manpage


AUTHOR

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026