Redland

Dave Beckett

 
 
Hosted by
Dreamhost

since 2005.

Data

DOAP
(See DOAP Project)

Redland librdf Language Bindings - Perl RDF::Redland::URINode Class

NAME

RDF::Redland::URINode - Redland RDF URI Node Class

SYNOPSIS

  use RDF::Redland;
  my $node1=new RDF::Redland::URINode("http://example.org/";);

DESCRIPTION

This class represents URIs in the RDF graph. See the RDF::Redland::Node manpage for the methods on this object.

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.

SEE ALSO

the RDF::Redland::Node manpage

AUTHOR

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

(C) Copyright (C) 2000-2011 Dave Beckett, (C) Copyright (C) 2000-2005 University of Bristol