RDF::Redland::BlankNode - Redland RDF Blank Node Class


Redland documentation  | view source Contained in the Redland distribution.

Index


NAME

Top

RDF::Redland::BlankNode - Redland RDF Blank Node Class

SYNOPSIS

Top

  use RDF::Redland;
  my $node1=new RDF::Redland::BlankNode("id");

DESCRIPTION

Top

This class represents a blank nodes in the RDF graph. See RDF::Redland::Node for the methods on this object.

CONSTRUCTOR

Top

new IDENTIFIER

Create a new blank node with identifier IDENTIFIER.

SEE ALSO

Top

RDF::Redland::Node

AUTHOR

Top

Dave Beckett - http://purl.org/net/dajobe/


Redland documentation  | view source Contained in the Redland distribution.