RDF::Redland::BlankNode(3) Redland RDF Blank Node Class

SYNOPSIS


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

DESCRIPTION

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

CONSTRUCTOR

new IDENTIFIER
Create a new blank node with identifier IDENTIFIER.

AUTHOR

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