RDF::Redland::BlankNode - Redland RDF Blank Node Class
Contents
Constructor
new IDENTIFIER
Create a new blank node with identifier IDENTIFIER.
Description
This class represents a blank nodes in the RDF graph. See RDF::Redland::Node for the methods on this
object.
Name
RDF::Redland::BlankNode - Redland RDF Blank Node Class
See Also
RDF::Redland::Node
Synopsis
use RDF::Redland;
my $node1=new RDF::Redland::BlankNode("id");
