Man Page: rdf::redland::uri
Operating Environment: debian
Section: 3pm
RDF::Redland::URI(3pm) User Contributed Perl Documentation RDF::Redland::URI(3pm)NAMERDF::Redland::URI - Redland RDF URI ClassSYNOPSISuse RDF::Redland; my $uri=new RDF::Redland::URI("http://example.com/"); my $uri2=RDF::Redland::URI->new_from_uri($uri); print $uri2->as_string," ";DESCRIPTIONRepresents 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.CONSTRUCTORSnew STRING Create a new RDF::Redland::URI object from a URI string. clone URI Copy a RDF::Redland::URIMETHODSas_string Return the statement formatted as a string (UTF-8 encoded). equals URI Return non zero if this uri is equal to URIOLD METHODSnew_from_uri URI Create a new RDF::Redland::URI object from RDF::Redland::URI URI (copy constructor). Instead use: $u=$uri->cloneSEE ALSORDF::Redland::ParserAUTHORDave Beckett - http://www.dajobe.org/ perl v5.14.2 2011-05-09 RDF::Redland::URI(3pm)
| Related Man Pages |
|---|
| rdf::redland::parser(3pm) - debian |
| rdf::redland::queryresults(3pm) - debian |
| rdf::redland::serializer(3pm) - debian |
| rdf::trine(3pm) - debian |
| rdf::trine::store::redland(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| My first PERL incarnation... Audio Oscillograph |