RedlandDave Beckett |
|||||
|
Hosted by
![]() since 2005. Redland BindingsLanguagesDemonstrationsData |
Redland librdf Language Bindings - Perl RDF::Redland::URI ClassNAMERDF::Redland::URI - Redland RDF URI Class SYNOPSISuse 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"; 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. CONSTRUCTORS
METHODS
OLD METHODS
SEE ALSOthe RDF::Redland::Parser manpage AUTHORDave Beckett - http://www.dajobe.org/ (C) Copyright (C) 2000-2011 Dave Beckett, (C) Copyright (C) 2000-2005 University of Bristol |