table of contents
| RDF::Redland::BlankNode(3pm) | User Contributed Perl Documentation | RDF::Redland::BlankNode(3pm) | 
NAME¶
RDF::Redland::BlankNode - Redland RDF Blank Node ClassSYNOPSIS¶
  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.
 
SEE ALSO¶
RDF::Redland::NodeAUTHOR¶
Dave Beckett - http://www.dajobe.org/| 2011-02-04 | perl v5.14.2 |